Enum Class TLspGeorefGridStyle.Axis

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

public static enum TLspGeorefGridStyle.Axis extends Enum<TLspGeorefGridStyle.Axis>
Since:
2018.0
  • Enum Constant Details

    • X

      public static final TLspGeorefGridStyle.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 TLspGeorefGridStyle.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 TLspGeorefGridStyle.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 TLspGeorefGridStyle.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