Enum Class EImageAction

java.lang.Object
java.lang.Enum<EImageAction>
be.gaudry.swing.component.image.EImageAction
All Implemented Interfaces:
Serializable, Comparable<EImageAction>, Constable

public enum EImageAction extends Enum<EImageAction>
Actions to enable or disable on image displaying Provided by the broldev.core.swing project.
Since:
1.0 (Jan 18, 2011), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.0 (Jan 18, 2011)
Author:
Steph GAUDRY
  • Enum Constant Details

    • LOAD

      public static final EImageAction LOAD
    • ROTATE_CLOCKWISE

      public static final EImageAction ROTATE_CLOCKWISE
    • ROTATE_COUTER_CLOCKWISE

      public static final EImageAction ROTATE_COUTER_CLOCKWISE
    • ZOOM_IN

      public static final EImageAction ZOOM_IN
    • ZOOM_OUT

      public static final EImageAction ZOOM_OUT
  • Method Details

    • values

      public static EImageAction[] 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 EImageAction 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