Enum Class TLcdCGMArc.CGMArcType

java.lang.Object
java.lang.Enum<TLcdCGMArc.CGMArcType>
com.luciad.format.cgm.TLcdCGMArc.CGMArcType
All Implemented Interfaces:
Serializable, Comparable<TLcdCGMArc.CGMArcType>, Constable
Enclosing class:
TLcdCGMArc

public static enum TLcdCGMArc.CGMArcType extends Enum<TLcdCGMArc.CGMArcType>
Denotes the type of a TLcdCGMArc.
Since:
2017.0
  • Enum Constant Details

    • OPEN

      public static final TLcdCGMArc.CGMArcType OPEN
      Denotes an arc that is not closed.
    • CLOSED_CHORD

      public static final TLcdCGMArc.CGMArcType CLOSED_CHORD
      Denotes an arc that is closed with one line, connecting the two endpoints.
    • CLOSED_PIE

      public static final TLcdCGMArc.CGMArcType CLOSED_PIE
      Denotes an arc that is closed with two lines, connecting the two endpoints with the center of the arc.
  • Method Details

    • values

      public static TLcdCGMArc.CGMArcType[] 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 TLcdCGMArc.CGMArcType 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