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 HSBPalettePalette. 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 ColorPalette. 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 HSBPaletteHSBPalette. createSpectrum(int numHue, float s, float b)static HSBPaletteHSBPalette. createSpectrumIncremental(float hInc, float s, float b)static HSBPaletteHSBPalette. createSpectrumWrap(int numHue, float s, float b)
-