Enum Class TLspXYGridStyle.Axis

java.lang.Object
java.lang.Enum<TLspXYGridStyle.Axis>
com.luciad.view.lightspeed.painter.grid.TLspXYGridStyle.Axis
All Implemented Interfaces:
Serializable, Comparable<TLspXYGridStyle.Axis>, Constable
Enclosing class:
TLspXYGridStyle

public static enum TLspXYGridStyle.Axis extends Enum<TLspXYGridStyle.Axis>
Since:
2016.0
  • Enum Constant Details

    • X

      public static final TLspXYGridStyle.Axis X
      The X axis. Grid lines defined on the X-axis have a constant x coordinate, i.e. they are vertical.
    • Y

      public static final TLspXYGridStyle.Axis Y
      The Y axis. Grid lines defined on the Y-axis have a constant y coordinate, i.e. they are horizontal lines.
  • Method Details

    • values

      public static TLspXYGridStyle.Axis[] 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 TLspXYGridStyle.Axis 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