Interface ValueLayerDescriptor

All Known Implementing Classes:
CartesianDisplayDescriptor

public interface ValueLayerDescriptor
Descriptor interface for descriptors with value layers.
Author:
Nick Collier, Eric Tatara
  • Method Details

    • clearValueLayerNames

      void clearValueLayerNames()
    • addValueLayerName

      void addValueLayerName(String name)
      Adds the named value layer to the list of value layers to display.
      Parameters:
      name - the name of the value layer to display.
    • getValueLayerNames

      Iterable<String> 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

      void setValueLayerStyleName(String name)
      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

      void setValueLayerEditedStyleName(String name)
      Sets the value layer edited style name.
      Parameters:
      name -
    • getValueLayerCount

      int getValueLayerCount()
      Gets the number of Value Layers in this display descriptor.
      Returns: