Uses of Class
com.vividsolutions.jump.workbench.ui.renderer.style.ColorScheme
Packages that use ColorScheme
Package
Description
-
Uses of ColorScheme in com.vividsolutions.jump.util
Methods in com.vividsolutions.jump.util that return ColorSchemeModifier and TypeMethodDescriptionstatic ColorSchemeColorUtil.createColorSchema(int intervals, Color startColor, Color endColor) Giving an interval, and two colors, this method creates a random colorschema that fills the entire interval, eg. a feature collection, with a set of color between the two ones This method extends color range to more that maximum defined in the ColorScheme.txt (12 intervals) [Giuseppe Aruta 2019-1-12]static ColorSchemeColorUtil.createRandomColorSchema(int intervals) Giving an interval, this method creates a randomColorSchemethat fills the entire interval, eg. a feature collection, with a random color set (ColorBrewer). -
Uses of ColorScheme in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return ColorSchemeModifier and TypeMethodDescriptionprotected ColorSchemeColorSchemeListCellRenderer.colorScheme(String name) static ColorSchemeColorThemingStylePanel.State.filterColorScheme(ColorScheme colorScheme) DiscreteColorThemingState.filterColorScheme(ColorScheme colorScheme) Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type ColorSchemeModifier and TypeMethodDescriptionvoidColorThemingTableModel.apply(ColorScheme colorScheme, boolean skipDefaultAttributeMapping) voidColorThemingStylePanel.State.applyColorScheme(ColorScheme scheme) voidDiscreteColorThemingState.applyColorScheme(ColorScheme colorScheme) ColorThemingStylePanel.State.filterColorScheme(ColorScheme colorScheme) DiscreteColorThemingState.filterColorScheme(ColorScheme colorScheme) intColorThemingTableModel.insertAttributeValue(int row, ColorScheme colorScheme) -
Uses of ColorScheme in com.vividsolutions.jump.workbench.ui.renderer.style.attributeclassifications
Methods in com.vividsolutions.jump.workbench.ui.renderer.style.attributeclassifications that return ColorSchemeModifier and TypeMethodDescriptionJenksBreaksColorThemingState.filterColorScheme(ColorScheme colorScheme) MaximalBreaksColorThemingState.filterColorScheme(ColorScheme colorScheme) MeanSTDevColorThemingState.filterColorScheme(ColorScheme colorScheme) QuantileColorThemingState.filterColorScheme(ColorScheme colorScheme) RangeColorThemingState.filterColorScheme(ColorScheme colorScheme) Methods in com.vividsolutions.jump.workbench.ui.renderer.style.attributeclassifications with parameters of type ColorSchemeModifier and TypeMethodDescriptionvoidJenksBreaksColorThemingState.applyColorScheme(ColorScheme colorScheme) voidMaximalBreaksColorThemingState.applyColorScheme(ColorScheme colorScheme) voidMeanSTDevColorThemingState.applyColorScheme(ColorScheme colorScheme) voidQuantileColorThemingState.applyColorScheme(ColorScheme colorScheme) voidRangeColorThemingState.applyColorScheme(ColorScheme colorScheme) JenksBreaksColorThemingState.filterColorScheme(ColorScheme colorScheme) MaximalBreaksColorThemingState.filterColorScheme(ColorScheme colorScheme) MeanSTDevColorThemingState.filterColorScheme(ColorScheme colorScheme) QuantileColorThemingState.filterColorScheme(ColorScheme colorScheme) RangeColorThemingState.filterColorScheme(ColorScheme colorScheme)