Enum Class ALcdGXYPen.Quality

java.lang.Object
java.lang.Enum<ALcdGXYPen.Quality>
com.luciad.view.gxy.ALcdGXYPen.Quality
All Implemented Interfaces:
Serializable, Comparable<ALcdGXYPen.Quality>, Constable
Enclosing class:
ALcdGXYPen

public static enum ALcdGXYPen.Quality extends Enum<ALcdGXYPen.Quality>
Indicates the rendering quality of the pen. For more fine-grained control of the rendering quality, consult the various threshold methods.
Since:
2017.1
  • Enum Constant Details

    • FASTEST

      public static final ALcdGXYPen.Quality FASTEST
      Provides the fastest rendering. Rendering is less suited for large shapes and/or shapes overlapping with the projection bounds.
    • FAST

      public static final ALcdGXYPen.Quality FAST
      Provides a good default setting at large and medium (up to 1:100) scales.
    • NICEST

      public static final ALcdGXYPen.Quality NICEST
      Provides the best rendering results, even at close (< 1:100) scales.
  • Method Details

    • values

      public static ALcdGXYPen.Quality[] 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 ALcdGXYPen.Quality 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