Enum Class TLspMoveDescriptor.Constraints

java.lang.Object
java.lang.Enum<TLspMoveDescriptor.Constraints>
com.luciad.view.lightspeed.editor.operation.TLspMoveDescriptor.Constraints
All Implemented Interfaces:
Serializable, Comparable<TLspMoveDescriptor.Constraints>, Constable
Enclosing class:
TLspMoveDescriptor

public static enum TLspMoveDescriptor.Constraints extends Enum<TLspMoveDescriptor.Constraints>
Enumeration to indicate in which dimensions the move occurs.
Since:
2012.0
  • Enum Constant Details Link icon

  • Method Details Link icon

    • values Link icon

      public static TLspMoveDescriptor.Constraints[] 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 Link icon

      public static TLspMoveDescriptor.Constraints 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
    • x Link icon

      public boolean x()
      Returns whether the move is allowed along the x-axis
      Returns:
      whether the move is allowed along the x-axis
    • y Link icon

      public boolean y()
      Returns whether the move is allowed along the y-axis
      Returns:
      whether the move is allowed along the y-axis
    • z Link icon

      public boolean z()
      Returns whether the move is allowed along the z-axis
      Returns:
      whether the move is allowed along the z-axis