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