public enum PresetThreeDFormat extends java.lang.Enum<PresetThreeDFormat>
| Enum Constant and Description |
|---|
ThreeD1
Specifies first 3-D format.
|
ThreeD10
Specifies tenth 3-D format.
|
ThreeD11
Specifies eleventh 3-D format.
|
ThreeD12
Specifies twelfth 3-D format.
|
ThreeD13
Specifies thirteenth 3-D format.
|
ThreeD14
Specifies fourteenth 3-D format.
|
ThreeD15
Specifies fifteenth 3-D format.
|
ThreeD16
Specifies sixteenth 3-D format.
|
ThreeD17
Specifies seventeenth 3-D format.
|
ThreeD18
Specifies eighteenth 3-D format.
|
ThreeD19
Specifies nineteenth 3-D format.
|
ThreeD2
Specifies second 3-D format.
|
ThreeD20
Specifies twentieth 3-D format.
|
ThreeD3
Specifies third 3-D format.
|
ThreeD4
Specifies fourth 3-D format.
|
ThreeD5
Specifies fifth 3-D format.
|
ThreeD6
Specifies sixth 3-D format.
|
ThreeD7
Specifies seventh 3-D format.
|
ThreeD8
Specifies eighth 3-D format.
|
ThreeD9
Specifies ninth 3-D format.
|
| Modifier and Type | Method and Description |
|---|---|
static PresetThreeDFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresetThreeDFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PresetThreeDFormat ThreeD1
public static final PresetThreeDFormat ThreeD2
public static final PresetThreeDFormat ThreeD3
public static final PresetThreeDFormat ThreeD4
public static final PresetThreeDFormat ThreeD5
public static final PresetThreeDFormat ThreeD6
public static final PresetThreeDFormat ThreeD7
public static final PresetThreeDFormat ThreeD8
public static final PresetThreeDFormat ThreeD9
public static final PresetThreeDFormat ThreeD10
public static final PresetThreeDFormat ThreeD11
public static final PresetThreeDFormat ThreeD12
public static final PresetThreeDFormat ThreeD13
public static final PresetThreeDFormat ThreeD14
public static final PresetThreeDFormat ThreeD15
public static final PresetThreeDFormat ThreeD16
public static final PresetThreeDFormat ThreeD17
public static final PresetThreeDFormat ThreeD18
public static final PresetThreeDFormat ThreeD19
public static final PresetThreeDFormat ThreeD20
public static PresetThreeDFormat[] values()
for (PresetThreeDFormat c : PresetThreeDFormat.values()) System.out.println(c);
public static PresetThreeDFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null