Enum Class TLspLayerPaintStateEvent.Type

java.lang.Object
java.lang.Enum<TLspLayerPaintStateEvent.Type>
com.luciad.view.lightspeed.layer.TLspLayerPaintStateEvent.Type
All Implemented Interfaces:
Serializable, Comparable<TLspLayerPaintStateEvent.Type>, Constable
Enclosing class:
TLspLayerPaintStateEvent

public static enum TLspLayerPaintStateEvent.Type extends Enum<TLspLayerPaintStateEvent.Type>
The type of layer property that has changed.
Since:
2012.0
  • Enum Constant Details

    • VISIBILITY_CHANGED

      public static final TLspLayerPaintStateEvent.Type VISIBILITY_CHANGED
      Type indicating that a layer's visibility has changed.

      The old and new value should be of type Boolean

    • STYLER_CHANGED

      public static final TLspLayerPaintStateEvent.Type STYLER_CHANGED
      Type indicating that a layer's styling has changed.

      The old and new value should be of type ILspStyler

  • Method Details

    • values

      public static TLspLayerPaintStateEvent.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TLspLayerPaintStateEvent.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null