Enum ALAssetOrientation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<ALAssetOrientation>, org.robovm.rt.bro.ValuedEnum

    @Deprecated
    public enum ALAssetOrientation
    extends java.lang.Enum<ALAssetOrientation>
    implements org.robovm.rt.bro.ValuedEnum
    Deprecated.
    Deprecated in iOS 9.0. Use UIImageOrientation in the Photos framework instead
    Since:
    Available in iOS 4.0 and later.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.robovm.rt.bro.ValuedEnum

        org.robovm.rt.bro.ValuedEnum.AsLongMarshaler, org.robovm.rt.bro.ValuedEnum.AsMachineSizedSIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsMachineSizedUIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedByteMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedShortMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedByteMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedShortMarshaler
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Down
      Deprecated.
      Deprecated in iOS 9.0.
      DownMirrored
      Deprecated.
      Deprecated in iOS 9.0.
      Left
      Deprecated.
      Deprecated in iOS 9.0.
      LeftMirrored
      Deprecated.
      Deprecated in iOS 9.0.
      Right
      Deprecated.
      Deprecated in iOS 9.0.
      RightMirrored
      Deprecated.
      Deprecated in iOS 9.0.
      Up
      Deprecated.
      Deprecated in iOS 9.0.
      UpMirrored
      Deprecated.
      Deprecated in iOS 9.0.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      long value()
      Deprecated.
       
      static ALAssetOrientation valueOf​(long n)
      Deprecated.
      Returns the enum constant of this type with the specified name.
      static ALAssetOrientation valueOf​(java.lang.String name)
      Deprecated.
      Returns the enum constant of this type with the specified name.
      static ALAssetOrientation[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • Up

        @Deprecated
        public static final ALAssetOrientation Up
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • Down

        @Deprecated
        public static final ALAssetOrientation Down
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • Left

        @Deprecated
        public static final ALAssetOrientation Left
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • Right

        @Deprecated
        public static final ALAssetOrientation Right
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • UpMirrored

        @Deprecated
        public static final ALAssetOrientation UpMirrored
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • DownMirrored

        @Deprecated
        public static final ALAssetOrientation DownMirrored
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • LeftMirrored

        @Deprecated
        public static final ALAssetOrientation LeftMirrored
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
      • RightMirrored

        @Deprecated
        public static final ALAssetOrientation RightMirrored
        Deprecated.
        Deprecated in iOS 9.0.
        Since:
        Available in iOS 4.0 and later.
    • Method Detail

      • values

        public static ALAssetOrientation[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ALAssetOrientation c : ALAssetOrientation.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ALAssetOrientation valueOf​(java.lang.String name)
        Deprecated.
        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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • value

        public long value()
        Deprecated.
        Specified by:
        value in interface org.robovm.rt.bro.ValuedEnum
      • valueOf

        public static ALAssetOrientation valueOf​(long n)
        Deprecated.
        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:
        n - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null