Interface ColorThemingStylePanel.State
-
- All Known Implementing Classes:
DiscreteColorThemingState
,JenksBreaksColorThemingState
,MaximalBreaksColorThemingState
,MeanSTDevColorThemingState
,QuantileColorThemingState
,RangeColorThemingState
- Enclosing class:
- ColorThemingStylePanel
public static interface ColorThemingStylePanel.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activate()
void
applyColorScheme(ColorScheme scheme)
void
deactivate()
Collection<Object>
filterAttributeValues(SortedSet<Object> attributeValues)
ColorScheme
filterColorScheme(ColorScheme colorScheme)
Map
fromExternalFormat(Map attributeValueToObjectMap)
String
getAllOtherValuesDescription()
String
getAttributeValueColumnTitle()
Collection<String>
getColorSchemeNames()
JComponent
getPanel()
Map
toExternalFormat(Map attributeValueToObjectMap)
Performs any necessary modifications to the map before applying it to the layer.
-
-
-
Method Detail
-
getAllOtherValuesDescription
String getAllOtherValuesDescription()
-
filterColorScheme
ColorScheme filterColorScheme(ColorScheme colorScheme)
-
activate
void activate()
-
deactivate
void deactivate()
-
getColorSchemeNames
Collection<String> getColorSchemeNames()
-
applyColorScheme
void applyColorScheme(ColorScheme scheme)
-
filterAttributeValues
Collection<Object> filterAttributeValues(SortedSet<Object> attributeValues)
-
getAttributeValueColumnTitle
String getAttributeValueColumnTitle()
-
getPanel
JComponent getPanel()
-
toExternalFormat
Map toExternalFormat(Map attributeValueToObjectMap)
Performs any necessary modifications to the map before applying it to the layer.
-
-