Enum Class TLspCGRSGridStyle.Axis

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

public static enum TLspCGRSGridStyle.Axis extends Enum<TLspCGRSGridStyle.Axis>
Since:
2021.1
  • Enum Constant Details

    • X

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