Package tv.hd3g.fflauncher.about
Enum FFAboutPixelFormat.BitDepths
- java.lang.Object
-
- java.lang.Enum<FFAboutPixelFormat.BitDepths>
-
- tv.hd3g.fflauncher.about.FFAboutPixelFormat.BitDepths
-
- All Implemented Interfaces:
Serializable,Comparable<FFAboutPixelFormat.BitDepths>
- Enclosing class:
- FFAboutPixelFormat
public static enum FFAboutPixelFormat.BitDepths extends Enum<FFAboutPixelFormat.BitDepths>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FFAboutPixelFormat.BitDepthsgetFromTag(String tag)StringtoString()static FFAboutPixelFormat.BitDepthsvalueOf(String name)Returns the enum constant of this type with the specified name.static FFAboutPixelFormat.BitDepths[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BitDepths_0
public static final FFAboutPixelFormat.BitDepths BitDepths_0
-
BitDepths_1
public static final FFAboutPixelFormat.BitDepths BitDepths_1
-
BitDepths_10
public static final FFAboutPixelFormat.BitDepths BitDepths_10
-
BitDepths_10_10_10
public static final FFAboutPixelFormat.BitDepths BitDepths_10_10_10
-
BitDepths_10_10_10_10
public static final FFAboutPixelFormat.BitDepths BitDepths_10_10_10_10
-
BitDepths_12
public static final FFAboutPixelFormat.BitDepths BitDepths_12
-
BitDepths_1_2_1
public static final FFAboutPixelFormat.BitDepths BitDepths_1_2_1
-
BitDepths_12_12_12
public static final FFAboutPixelFormat.BitDepths BitDepths_12_12_12
-
BitDepths_12_12_12_12
public static final FFAboutPixelFormat.BitDepths BitDepths_12_12_12_12
-
BitDepths_14
public static final FFAboutPixelFormat.BitDepths BitDepths_14
-
BitDepths_14_14_14
public static final FFAboutPixelFormat.BitDepths BitDepths_14_14_14
-
BitDepths_16
public static final FFAboutPixelFormat.BitDepths BitDepths_16
-
BitDepths_16_16
public static final FFAboutPixelFormat.BitDepths BitDepths_16_16
-
BitDepths_16_16_16
public static final FFAboutPixelFormat.BitDepths BitDepths_16_16_16
-
BitDepths_16_16_16_16
public static final FFAboutPixelFormat.BitDepths BitDepths_16_16_16_16
-
BitDepths_2_3_3
public static final FFAboutPixelFormat.BitDepths BitDepths_2_3_3
-
BitDepths_2_4_2
public static final FFAboutPixelFormat.BitDepths BitDepths_2_4_2
-
BitDepths_32
public static final FFAboutPixelFormat.BitDepths BitDepths_32
-
BitDepths_32_32_32
public static final FFAboutPixelFormat.BitDepths BitDepths_32_32_32
-
BitDepths_32_32_32_32
public static final FFAboutPixelFormat.BitDepths BitDepths_32_32_32_32
-
BitDepths_3_3_2
public static final FFAboutPixelFormat.BitDepths BitDepths_3_3_2
-
BitDepths_4_4_4
public static final FFAboutPixelFormat.BitDepths BitDepths_4_4_4
-
BitDepths_4_8_4
public static final FFAboutPixelFormat.BitDepths BitDepths_4_8_4
-
BitDepths_5_5_5
public static final FFAboutPixelFormat.BitDepths BitDepths_5_5_5
-
BitDepths_5_6_5
public static final FFAboutPixelFormat.BitDepths BitDepths_5_6_5
-
BitDepths_8
public static final FFAboutPixelFormat.BitDepths BitDepths_8
-
BitDepths_8_8
public static final FFAboutPixelFormat.BitDepths BitDepths_8_8
-
BitDepths_8_8_8
public static final FFAboutPixelFormat.BitDepths BitDepths_8_8_8
-
BitDepths_8_8_8_8
public static final FFAboutPixelFormat.BitDepths BitDepths_8_8_8_8
-
BitDepths_9
public static final FFAboutPixelFormat.BitDepths BitDepths_9
-
BitDepths_9_9_9
public static final FFAboutPixelFormat.BitDepths BitDepths_9_9_9
-
BitDepths_9_9_9_9
public static final FFAboutPixelFormat.BitDepths BitDepths_9_9_9_9
-
-
Field Detail
-
tag
public final String tag
-
-
Method Detail
-
values
public static FFAboutPixelFormat.BitDepths[] values()
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 (FFAboutPixelFormat.BitDepths c : FFAboutPixelFormat.BitDepths.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FFAboutPixelFormat.BitDepths 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 nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<FFAboutPixelFormat.BitDepths>
-
getFromTag
public static FFAboutPixelFormat.BitDepths getFromTag(String tag)
-
-