Uses of Class
com.vividsolutions.jump.workbench.ui.renderer.style.ColorScheme
-
-
Uses of ColorScheme in com.vividsolutions.jump.util
Methods in com.vividsolutions.jump.util that return ColorScheme Modifier and Type Method Description static 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.static ColorSchemeColorUtil. createRandomColorSchema(int intervals)Giving an interval, this method creates a randomColorSchemethat fills the entire interval, eg. -
Uses of ColorScheme in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return ColorScheme Modifier and Type Method Description protected ColorSchemeColorSchemeListCellRenderer. colorScheme(String name)static ColorSchemeColorScheme. create(String name)ColorSchemeColorThemingStylePanel.State. filterColorScheme(ColorScheme colorScheme)ColorSchemeDiscreteColorThemingState. filterColorScheme(ColorScheme colorScheme)Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type ColorScheme Modifier and Type Method Description voidColorThemingTableModel. apply(ColorScheme colorScheme, boolean skipDefaultAttributeMapping)voidColorThemingStylePanel.State. applyColorScheme(ColorScheme scheme)voidDiscreteColorThemingState. applyColorScheme(ColorScheme colorScheme)ColorSchemeColorThemingStylePanel.State. filterColorScheme(ColorScheme colorScheme)ColorSchemeDiscreteColorThemingState. 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 ColorScheme Modifier and Type Method Description ColorSchemeJenksBreaksColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeMaximalBreaksColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeMeanSTDevColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeQuantileColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeRangeColorThemingState. filterColorScheme(ColorScheme colorScheme)Methods in com.vividsolutions.jump.workbench.ui.renderer.style.attributeclassifications with parameters of type ColorScheme Modifier and Type Method Description voidJenksBreaksColorThemingState. applyColorScheme(ColorScheme colorScheme)voidMaximalBreaksColorThemingState. applyColorScheme(ColorScheme colorScheme)voidMeanSTDevColorThemingState. applyColorScheme(ColorScheme colorScheme)voidQuantileColorThemingState. applyColorScheme(ColorScheme colorScheme)voidRangeColorThemingState. applyColorScheme(ColorScheme colorScheme)ColorSchemeJenksBreaksColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeMaximalBreaksColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeMeanSTDevColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeQuantileColorThemingState. filterColorScheme(ColorScheme colorScheme)ColorSchemeRangeColorThemingState. filterColorScheme(ColorScheme colorScheme)
-