Enum JDialogZoom.ZoomMode

java.lang.Object
java.lang.Enum<JDialogZoom.ZoomMode>
gov.nih.mipav.view.dialogs.JDialogZoom.ZoomMode
All Implemented Interfaces:
Serializable, Comparable<JDialogZoom.ZoomMode>, java.lang.constant.Constable
Enclosing class:
JDialogZoom

public static enum JDialogZoom.ZoomMode extends Enum<JDialogZoom.ZoomMode>
  • Enum Constant Details

  • Constructor Details

    • ZoomMode

      private ZoomMode()
  • Method Details

    • values

      public static JDialogZoom.ZoomMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static JDialogZoom.ZoomMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null