public static interface ColorThemingStylePanel.State
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
applyColorScheme(ColorScheme scheme) |
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.
|
String getAllOtherValuesDescription()
ColorScheme filterColorScheme(ColorScheme colorScheme)
void activate()
void deactivate()
Collection getColorSchemeNames()
void applyColorScheme(ColorScheme scheme)
Collection filterAttributeValues(SortedSet attributeValues)
String getAttributeValueColumnTitle()
JComponent getPanel()
Map toExternalFormat(Map attributeValueToBasicStyleMap)
Copyright © 2015. All rights reserved.