Uses of Class
com.vividsolutions.jump.workbench.ui.renderer.style.ColorThemingStyle
-
Packages that use ColorThemingStyle Package Description com.vividsolutions.jump.workbench.ui.renderer.style com.vividsolutions.jump.workbench.ui.style org.openjump.core.ui.plugin.layer org.openjump.util -
-
Uses of ColorThemingStyle in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return ColorThemingStyle Modifier and Type Method Description static ColorThemingStyle
ColorThemingStyle. get(Layer layer)
Creates a default ColorThemingStyle for this layer if none is already set.Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type ColorThemingStyle Modifier and Type Method Description static Set<String>
StyleUtil. getAvailableValues(ColorThemingStyle style, FeatureCollection fc)
[Giuseppe Aruta 2018_10-30] Gets available values of styles from feature collection -
Uses of ColorThemingStyle in com.vividsolutions.jump.workbench.ui.style
Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type ColorThemingStyle Modifier and Type Method Description static Set<String>
LegendPlugIn. getAvailableValues(ColorThemingStyle style, FeatureCollection fc)
-
Uses of ColorThemingStyle in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer that return ColorThemingStyle Modifier and Type Method Description static ColorThemingStyle
LayerPropertiesPlugIn. getColorThemingStyleIfEnabled(Layer layer)
static ColorThemingStyle
NewLayerPropertiesPlugIn. getColorThemingStyleIfEnabled(Layer layer)
-
Uses of ColorThemingStyle in org.openjump.util
Methods in org.openjump.util that return ColorThemingStyle Modifier and Type Method Description static ColorThemingStyle
SLDImporter. getColorThemingStyle(String name, Document doc)
-