com.vividsolutions.jump.workbench.ui.renderer.style
Interface ColorThemingStylePanel.State

All Known Implementing Classes:
DiscreteColorThemingState, RangeColorThemingState
Enclosing interface:
ColorThemingStylePanel

public static interface ColorThemingStylePanel.State


Method Summary
 void activate()
           
 void applyColorScheme(ColorScheme scheme)
           
 void deactivate()
           
 java.util.Collection filterAttributeValues(java.util.SortedSet attributeValues)
           
 ColorScheme filterColorScheme(ColorScheme colorScheme)
           
 java.util.Map fromExternalFormat(java.util.Map attributeValueToBasicStyleMap)
           
 java.lang.String getAllOtherValuesDescription()
           
 java.lang.String getAttributeValueColumnTitle()
           
 java.util.Collection getColorSchemeNames()
           
 javax.swing.JComponent getPanel()
           
 java.util.Map toExternalFormat(java.util.Map attributeValueToBasicStyleMap)
          Performs any necessary modifications to the map before applying it to the layer.
 

Method Detail

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)