Enum Class IFFrameUseFMap.SCALE_TYPE

java.lang.Object
java.lang.Enum<IFFrameUseFMap.SCALE_TYPE>
org.gvsig.app.project.documents.layout.fframes.IFFrameUseFMap.SCALE_TYPE
All Implemented Interfaces:
Serializable, Comparable<IFFrameUseFMap.SCALE_TYPE>, Constable
Enclosing interface:
IFFrameUseFMap

public static enum IFFrameUseFMap.SCALE_TYPE extends Enum<IFFrameUseFMap.SCALE_TYPE>
  • Enum Constant Details

    • NORMAL

      public static final IFFrameUseFMap.SCALE_TYPE NORMAL
      The scale and extent can be changed without restrictions
    • FIXED_SCALE

      public static final IFFrameUseFMap.SCALE_TYPE FIXED_SCALE
      The scale has been fixed, so pans are enabled but the scale can't be changed and the zoom in/out tools also behave as pans.
    • FIXED_EXTENT

      public static final IFFrameUseFMap.SCALE_TYPE FIXED_EXTENT
      The extent has been fixed, so the scale can't be changed and the pan and zoom tools will not produce any change
  • Method Details

    • values

      public static IFFrameUseFMap.SCALE_TYPE[] 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 IFFrameUseFMap.SCALE_TYPE 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