Class RangeColorThemingState
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.renderer.style.RangeColorThemingState
-
- All Implemented Interfaces:
ColorThemingStylePanel.State
public class RangeColorThemingState extends Object implements ColorThemingStylePanel.State
-
-
Constructor Summary
Constructors Constructor Description RangeColorThemingState(ColorThemingStylePanel stylePanel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()voidapplyColorScheme(ColorScheme colorScheme)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.
-
-
-
Constructor Detail
-
RangeColorThemingState
public RangeColorThemingState(ColorThemingStylePanel stylePanel)
-
-
Method Detail
-
getAllOtherValuesDescription
public String getAllOtherValuesDescription()
- Specified by:
getAllOtherValuesDescriptionin interfaceColorThemingStylePanel.State
-
getAttributeValueColumnTitle
public String getAttributeValueColumnTitle()
- Specified by:
getAttributeValueColumnTitlein interfaceColorThemingStylePanel.State
-
filterAttributeValues
public Collection filterAttributeValues(SortedSet attributeValues)
- Specified by:
filterAttributeValuesin interfaceColorThemingStylePanel.State
-
getPanel
public JComponent getPanel()
- Specified by:
getPanelin interfaceColorThemingStylePanel.State
-
fromExternalFormat
public Map fromExternalFormat(Map attributeValueToBasicStyleMap)
- Specified by:
fromExternalFormatin interfaceColorThemingStylePanel.State
-
toExternalFormat
public Map toExternalFormat(Map attributeValueToBasicStyleMap)
Description copied from interface:ColorThemingStylePanel.StatePerforms any necessary modifications to the map before applying it to the layer.- Specified by:
toExternalFormatin interfaceColorThemingStylePanel.State
-
applyColorScheme
public void applyColorScheme(ColorScheme colorScheme)
- Specified by:
applyColorSchemein interfaceColorThemingStylePanel.State
-
getColorSchemeNames
public Collection 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
public ColorScheme filterColorScheme(ColorScheme colorScheme)
- Specified by:
filterColorSchemein interfaceColorThemingStylePanel.State
-
-