Uses of Class
org.locationtech.jtstest.util.HSBPalette
-
Packages that use HSBPalette Package Description org.locationtech.jtstest.testbuilder.ui.render org.locationtech.jtstest.util -
-
Uses of HSBPalette in org.locationtech.jtstest.testbuilder.ui.render
Fields in org.locationtech.jtstest.testbuilder.ui.render declared as HSBPalette Modifier and Type Field Description private static HSBPaletteLayerRenderer. PAL_RAINBOW_INCREMENTALMethods in org.locationtech.jtstest.testbuilder.ui.render that return HSBPalette Modifier and Type Method Description private static HSBPaletteLayerRenderer. customPalette(java.awt.Color clrBase, int numHues)Methods in org.locationtech.jtstest.testbuilder.ui.render with parameters of type HSBPalette Modifier and Type Method Description private static StyleLayerRenderer. paletteFill(int i, HSBPalette pal, BasicStyle style) -
Uses of HSBPalette in org.locationtech.jtstest.util
Methods in org.locationtech.jtstest.util that return HSBPalette Modifier and Type Method Description static HSBPaletteHSBPalette. createRainbowIncremental(float hInc, float s, float b)static HSBPaletteHSBPalette. createRainbowSequential(int numHue, float s, float b)
-