Uses of Class
org.locationtech.jtstest.util.HSBPalette
-
Packages that use HSBPalette Package Description org.locationtech.jtstest.testbuilder.ui.style org.locationtech.jtstest.util -
-
Uses of HSBPalette in org.locationtech.jtstest.testbuilder.ui.style
Methods in org.locationtech.jtstest.testbuilder.ui.style that return HSBPalette Modifier and Type Method Description static HSBPalette
Palette. customPalette(int paletteType, Color clrBase, int numHues)
Methods in org.locationtech.jtstest.testbuilder.ui.style with parameters of type HSBPalette Modifier and Type Method Description static Color
Palette. paletteColor(int i, HSBPalette pal, Color clrBase)
-
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. createSpectrum(int numHue, float s, float b)
static HSBPalette
HSBPalette. createSpectrumIncremental(float hInc, float s, float b)
static HSBPalette
HSBPalette. createSpectrumWrap(int numHue, float s, float b)
-