Enum Class ALcdScaleIndicator.Representation

java.lang.Object
java.lang.Enum<ALcdScaleIndicator.Representation>
com.luciad.view.swing.ALcdScaleIndicator.Representation
All Implemented Interfaces:
Serializable, Comparable<ALcdScaleIndicator.Representation>, Constable
Enclosing class:
ALcdScaleIndicator

public static enum ALcdScaleIndicator.Representation extends Enum<ALcdScaleIndicator.Representation>
Since:
2020.0
  • Enum Constant Details

    • FRACTION

      public static final ALcdScaleIndicator.Representation FRACTION
      The map scale is represented as a unit-less fraction of screen distance to world distance, for example "1 : 100.000".
    • BAR

      public static final ALcdScaleIndicator.Representation BAR
      The map scale is represented by a bar of a certain length in pixels, along with its corresponding length in world distance in text on top of it.
  • Method Details

    • values

      public static ALcdScaleIndicator.Representation[] 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 ALcdScaleIndicator.Representation 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