Interface ColorThemingStylePanel.State
-
- All Known Implementing Classes:
DiscreteColorThemingState,RangeColorThemingState
- Enclosing class:
- ColorThemingStylePanel
public static interface ColorThemingStylePanel.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()voidapplyColorScheme(ColorScheme scheme)voiddeactivate()CollectionfilterAttributeValues(SortedSet attributeValues)ColorSchemefilterColorScheme(ColorScheme colorScheme)MapfromExternalFormat(Map attributeValueToBasicStyleMap)StringgetAllOtherValuesDescription()StringgetAttributeValueColumnTitle()CollectiongetColorSchemeNames()JComponentgetPanel()MaptoExternalFormat(Map attributeValueToBasicStyleMap)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 getColorSchemeNames()
-
applyColorScheme
void applyColorScheme(ColorScheme scheme)
-
filterAttributeValues
Collection filterAttributeValues(SortedSet attributeValues)
-
getAttributeValueColumnTitle
String getAttributeValueColumnTitle()
-
getPanel
JComponent getPanel()
-
toExternalFormat
Map toExternalFormat(Map attributeValueToBasicStyleMap)
Performs any necessary modifications to the map before applying it to the layer.
-
-