Class RangeColorThemingState
java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.attributeclassifications.RangeColorThemingState
- All Implemented Interfaces:
ColorThemingStylePanel.State
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()voidapplyColorScheme(ColorScheme colorScheme) voidfilterAttributeValues(SortedSet attributeValues) filterColorScheme(ColorScheme colorScheme) fromExternalFormat(Map attributeValueToObjectMap) getPanel()toExternalFormat(Map attributeValueToObjectMap) Performs any necessary modifications to the map before applying it to the layer.
-
Constructor Details
-
RangeColorThemingState
-
-
Method Details
-
getAllOtherValuesDescription
- Specified by:
getAllOtherValuesDescriptionin interfaceColorThemingStylePanel.State
-
getAttributeValueColumnTitle
- Specified by:
getAttributeValueColumnTitlein interfaceColorThemingStylePanel.State
-
filterAttributeValues
- Specified by:
filterAttributeValuesin interfaceColorThemingStylePanel.State
-
getPanel
- Specified by:
getPanelin interfaceColorThemingStylePanel.State
-
fromExternalFormat
- Specified by:
fromExternalFormatin interfaceColorThemingStylePanel.State
-
toExternalFormat
Description copied from interface:ColorThemingStylePanel.StatePerforms any necessary modifications to the map before applying it to the layer.- Specified by:
toExternalFormatin interfaceColorThemingStylePanel.State
-
applyColorScheme
- Specified by:
applyColorSchemein interfaceColorThemingStylePanel.State
-
getColorSchemeNames
- Specified by:
getColorSchemeNamesin interfaceColorThemingStylePanel.State
-
activate
public void activate()- Specified by:
activatein interfaceColorThemingStylePanel.State
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceColorThemingStylePanel.State
-
filterColorScheme
- Specified by:
filterColorSchemein interfaceColorThemingStylePanel.State
-