com.vividsolutions.jump.workbench.ui.renderer.style
Interface ColorThemingStylePanel.State
- All Known Implementing Classes:
- DiscreteColorThemingState, JenksBreaksColorThemingState, MaximalBreaksColorThemingState, MeanSTDevColorThemingState, QuantileColorThemingState, RangeColorThemingState
- Enclosing class:
- ColorThemingStylePanel
public static interface ColorThemingStylePanel.State
getAllOtherValuesDescription
java.lang.String getAllOtherValuesDescription()
filterColorScheme
ColorScheme filterColorScheme(ColorScheme colorScheme)
activate
void activate()
deactivate
void deactivate()
getColorSchemeNames
java.util.Collection getColorSchemeNames()
applyColorScheme
void applyColorScheme(ColorScheme scheme)
filterAttributeValues
java.util.Collection filterAttributeValues(java.util.SortedSet attributeValues)
getAttributeValueColumnTitle
java.lang.String getAttributeValueColumnTitle()
getPanel
javax.swing.JComponent getPanel()
toExternalFormat
java.util.Map toExternalFormat(java.util.Map attributeValueToObjectMap)
- Performs any necessary modifications to the map before applying
it to the layer.
fromExternalFormat
java.util.Map fromExternalFormat(java.util.Map attributeValueToObjectMap)