Uses of Class
org.geotools.brewer.color.PaletteType
Packages that use PaletteType
-
Uses of PaletteType in org.geotools.brewer.color
Fields in org.geotools.brewer.color declared as PaletteTypeModifier and TypeFieldDescriptionstatic final PaletteTypeColorBrewer.ALLstatic final PaletteTypeColorBrewer.DIVERGINGstatic final PaletteTypeColorBrewer.QUALITATIVEstatic final PaletteTypeColorBrewer.SEQUENTIALstatic final PaletteTypeColorBrewer.SUITABLE_RANGEDstatic final PaletteTypeColorBrewer.SUITABLE_UNIQUEMethods in org.geotools.brewer.color that return PaletteTypeMethods in org.geotools.brewer.color with parameters of type PaletteTypeModifier and TypeMethodDescriptionColorBrewer.getPalettes(PaletteType type) ColorBrewer.getPalettes(PaletteType type, int numClasses) ColorBrewer.getPalettes(PaletteType type, int numClasses, int requiredViewers) static ColorBrewerColorBrewer.instance(PaletteType type) Creates a static instance of ColorBrewer containing a subset of the default palettes.booleanPaletteType.isMatch(PaletteType filter) voidColorBrewer.loadPalettes(InputStream XMLinput, PaletteType type) Loads into the ColorBrewer instance the set of palettes matching the given parameters.voidColorBrewer.loadPalettes(PaletteType type) Loads into the ColorBrewer instance the set of palettes which have the PaletteType matching that of the parameter.voidBrewerPalette.setType(PaletteType type) Sets the type of palette.