Enum Class VipsCompassDirection

java.lang.Object
java.lang.Enum<VipsCompassDirection>
app.photofox.vipsffm.enums.VipsCompassDirection
All Implemented Interfaces:
VEnum, VNamedEnum, Serializable, Comparable<VipsCompassDirection>, Constable

public enum VipsCompassDirection extends Enum<VipsCompassDirection> implements VNamedEnum
  • Enum Constant Details

    • COMPASS_DIRECTION_CENTRE

      public static final VipsCompassDirection COMPASS_DIRECTION_CENTRE

      centre

    • COMPASS_DIRECTION_NORTH

      public static final VipsCompassDirection COMPASS_DIRECTION_NORTH

      north

    • COMPASS_DIRECTION_EAST

      public static final VipsCompassDirection COMPASS_DIRECTION_EAST

      east

    • COMPASS_DIRECTION_SOUTH

      public static final VipsCompassDirection COMPASS_DIRECTION_SOUTH

      south

    • COMPASS_DIRECTION_WEST

      public static final VipsCompassDirection COMPASS_DIRECTION_WEST

      west

    • COMPASS_DIRECTION_NORTH_EAST

      public static final VipsCompassDirection COMPASS_DIRECTION_NORTH_EAST

      north-east

    • COMPASS_DIRECTION_SOUTH_EAST

      public static final VipsCompassDirection COMPASS_DIRECTION_SOUTH_EAST

      south-east

    • COMPASS_DIRECTION_SOUTH_WEST

      public static final VipsCompassDirection COMPASS_DIRECTION_SOUTH_WEST

      south-west

    • COMPASS_DIRECTION_NORTH_WEST

      public static final VipsCompassDirection COMPASS_DIRECTION_NORTH_WEST

      north-west

    • COMPASS_DIRECTION_LAST

      public static final VipsCompassDirection COMPASS_DIRECTION_LAST
  • Field Details

  • Method Details

    • values

      public static VipsCompassDirection[] 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 VipsCompassDirection 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
    • getName

      public String getName()
      Specified by:
      getName in interface VNamedEnum
    • getNickname

      public String getNickname()
      Specified by:
      getNickname in interface VNamedEnum
    • getRawValue

      public int getRawValue()
      Specified by:
      getRawValue in interface VEnum