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 HSBPalette
LayerRenderer. PAL_RAINBOW_INCREMENTAL
Methods in org.locationtech.jtstest.testbuilder.ui.render that return HSBPalette Modifier and Type Method Description private static HSBPalette
LayerRenderer. 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 Style
LayerRenderer. 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 HSBPalette
HSBPalette. createRainbowIncremental(float hInc, float s, float b)
static HSBPalette
HSBPalette. createRainbowSequential(int numHue, float s, float b)
-