public class DiscreteColorThemingState extends Object implements ColorThemingStylePanel.State
| Constructor and Description |
|---|
DiscreteColorThemingState(JTable table) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
applyColorScheme(ColorScheme colorScheme) |
void |
deactivate() |
Collection |
filterAttributeValues(SortedSet attributeValues) |
ColorScheme |
filterColorScheme(ColorScheme colorScheme) |
Map |
fromExternalFormat(Map attributeValueToBasicStyleMap) |
String |
getAllOtherValuesDescription() |
String |
getAttributeValueColumnTitle() |
Collection |
getColorSchemeNames() |
JComponent |
getPanel() |
Map |
toExternalFormat(Map attributeValueToBasicStyleMap)
Performs any necessary modifications to the map before applying
it to the layer.
|
public DiscreteColorThemingState(JTable table)
public String getAllOtherValuesDescription()
getAllOtherValuesDescription in interface ColorThemingStylePanel.Statepublic String getAttributeValueColumnTitle()
getAttributeValueColumnTitle in interface ColorThemingStylePanel.Statepublic ColorScheme filterColorScheme(ColorScheme colorScheme)
filterColorScheme in interface ColorThemingStylePanel.Statepublic Collection filterAttributeValues(SortedSet attributeValues)
filterAttributeValues in interface ColorThemingStylePanel.Statepublic JComponent getPanel()
getPanel in interface ColorThemingStylePanel.Statepublic Map toExternalFormat(Map attributeValueToBasicStyleMap)
ColorThemingStylePanel.StatetoExternalFormat in interface ColorThemingStylePanel.Statepublic Map fromExternalFormat(Map attributeValueToBasicStyleMap)
fromExternalFormat in interface ColorThemingStylePanel.Statepublic void applyColorScheme(ColorScheme colorScheme)
applyColorScheme in interface ColorThemingStylePanel.Statepublic Collection getColorSchemeNames()
getColorSchemeNames in interface ColorThemingStylePanel.Statepublic void activate()
activate in interface ColorThemingStylePanel.Statepublic void deactivate()
deactivate in interface ColorThemingStylePanel.StateCopyright © 2015. All rights reserved.