Interface ValueLayerDescriptor
- All Known Implementing Classes:
CartesianDisplayDescriptor
public interface ValueLayerDescriptor
Descriptor interface for descriptors with value layers.
- Author:
- Nick Collier, Eric Tatara
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addValueLayerName
(String name) Adds the named value layer to the list of value layers to display.void
int
Gets the number of Value Layers in this display descriptor.Gets the name of the edited value layer style.Gets a List of all the names of the value layers to display.Gets the name of the value layer style.void
Sets the value layer edited style name.void
setValueLayerStyleName
(String name) Sets the value layer style name.
-
Method Details
-
clearValueLayerNames
void clearValueLayerNames() -
addValueLayerName
Adds the named value layer to the list of value layers to display.- Parameters:
name
- the name of the value layer to display.
-
getValueLayerNames
Gets a List of all the names of the value layers to display.- Returns:
- a List of all the names of the value layers to display.
-
getValueLayerStyleName
String getValueLayerStyleName()Gets the name of the value layer style. Will return null if no value layer style has been selected.- Returns:
- the name of the value layer style.
-
setValueLayerStyleName
Sets the value layer style name.- Parameters:
name
-
-
getValueLayerEditedStyleName
String getValueLayerEditedStyleName()Gets the name of the edited value layer style. Will return null if no value layer style has been selected.- Returns:
- the name of the value layer style.
-
setValueLayerEditedStyleName
Sets the value layer edited style name.- Parameters:
name
-
-
getValueLayerCount
int getValueLayerCount()Gets the number of Value Layers in this display descriptor.- Returns:
-