Enum Class PresetCamera
- 所有已实现的接口:
Serializable
,Comparable<PresetCamera>
,Constable
Indicates the effects camera type used by the specified object.
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量说明Specifies Oblique Top.Specifies Isometric Bottom Down.Specifies Isometric Bottom Up.Specifies Isometric Left Down.Specifies Isometric Left Up.Specifies Isometric OffAxis1 Left.Specifies Isometric OffAxis1 Right.Specifies Isometric OffAxis1 Top.Specifies Isometric OffAxis2 Left.Specifies Isometric OffAxis2 Right.Specifies Isometric OffAxis2 Top.Specifies Isometric OffAxis3 Bottom.Specifies Isometric OffAxis3 Left.Specifies Isometric OffAxis3 Right.Specifies Isometric OffAxis4 Bottom.Specifies Isometric OffAxis4 Left.Specifies Isometric OffAxis4 Right.Specifies Isometric Right Down.Specifies Isometric Right Up.Specifies Isometric Top Down.Specifies Isometric Top Up.Specifies Legacy Oblique Bottom.Specifies Legacy Oblique Lower Left.Specifies Legacy Oblique Lower Right.Specifies Legacy Oblique Front.Specifies Legacy Oblique Left.Specifies Legacy Oblique Right.Specifies Legacy Oblique Top.Specifies Legacy Oblique Upper LeftSpecifies Legacy Oblique Upper Right.Specifies Legacy Perspective Bottom.Specifies Legacy Perspective Lower Left.Specifies Legacy Perspective Lower Right.Specifies Legacy Perspective Front.Specifies Legacy Perspective Left.Specifies Legacy Perspective Right.Specifies Legacy Perspective Top.Specifies Legacy Perspective Upper Left.Specifies Legacy Perspective Upper Right.Specifies a mixed effect.Specifies Oblique Bottom.Specifies Oblique Lower Left.Specifies Oblique Lower Right.Specifies Oblique Left.Specifies Oblique Right.Specifies Oblique Upper Left.Specifies Oblique Upper Right.Specifies Orthographic Front.Specifies Perspective Above.Specifies Perspective Above Left Facing.Specifies Perspective Above Right Facing.Specifies Perspective Below.Specifies Perspective Contrasting Left Facing.Specifies Perspective Contrasting Right Facing.Specifies Perspective Front.Specifies Perspective Heroic Extreme Left Facing.Specifies Perspective Heroic Extreme Right Facing.Specifies Perspective Heroic Left Facing.Specifies Perspective Heroic Right Facing.Specifies Perspective Left.Specifies Perspective Relaxed.Specifies Perspective Relaxed Moderately.Specifies Perspective Right. -
方法概要
修饰符和类型方法说明static PresetCamera
Returns the enum constant of this class with the specified name.static PresetCamera[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
枚举常量详细资料
-
None
Specifies a mixed effect. -
LegacyObliqueTopLeft
Specifies Legacy Oblique Upper Left -
LegacyObliqueTop
Specifies Legacy Oblique Top. -
LegacyObliqueTopRight
Specifies Legacy Oblique Upper Right. -
LegacyObliqueLeft
Specifies Legacy Oblique Left. -
LegacyObliqueFront
Specifies Legacy Oblique Front. -
LegacyObliqueRight
Specifies Legacy Oblique Right. -
LegacyObliqueBottomLeft
Specifies Legacy Oblique Lower Left. -
LegacyObliqueBottom
Specifies Legacy Oblique Bottom. -
LegacyObliqueBottomRight
Specifies Legacy Oblique Lower Right. -
LegacyPerspectiveTopLeft
Specifies Legacy Perspective Upper Left. -
LegacyPerspectiveTop
Specifies Legacy Perspective Top. -
LegacyPerspectiveTopRight
Specifies Legacy Perspective Upper Right. -
LegacyPerspectiveLeft
Specifies Legacy Perspective Left. -
LegacyPerspectiveFront
Specifies Legacy Perspective Front. -
LegacyPerspectiveRight
Specifies Legacy Perspective Right. -
LegacyPerspectiveBottomLeft
Specifies Legacy Perspective Lower Left. -
LegacyPerspectiveBottom
Specifies Legacy Perspective Bottom. -
LegacyPerspectiveBottomRight
Specifies Legacy Perspective Lower Right. -
OrthographicFront
Specifies Orthographic Front. -
IsometricTopUp
Specifies Isometric Top Up. -
IsometricTopDown
Specifies Isometric Top Down. -
IsometricBottomUp
Specifies Isometric Bottom Up. -
IsometricBottomDown
Specifies Isometric Bottom Down. -
IsometricLeftUp
Specifies Isometric Left Up. -
IsometricLeftDown
Specifies Isometric Left Down. -
IsometricRightUp
Specifies Isometric Right Up. -
IsometricRightDown
Specifies Isometric Right Down. -
IsometricOffAxis1Left
Specifies Isometric OffAxis1 Left. -
IsometricOffAxis1Right
Specifies Isometric OffAxis1 Right. -
IsometricOffAxis1Top
Specifies Isometric OffAxis1 Top. -
IsometricOffAxis2Left
Specifies Isometric OffAxis2 Left. -
IsometricOffAxis2Right
Specifies Isometric OffAxis2 Right. -
IsometricOffAxis2Top
Specifies Isometric OffAxis2 Top. -
IsometricOffAxis3Left
Specifies Isometric OffAxis3 Left. -
IsometricOffAxis3Right
Specifies Isometric OffAxis3 Right. -
IsometricOffAxis3Bottom
Specifies Isometric OffAxis3 Bottom. -
IsometricOffAxis4Left
Specifies Isometric OffAxis4 Left. -
IsometricOffAxis4Right
Specifies Isometric OffAxis4 Right. -
IsometricOffAxis4Bottom
Specifies Isometric OffAxis4 Bottom. -
ObliqueTopLeft
Specifies Oblique Upper Left. -
CameraObliqueTop
Specifies Oblique Top. -
ObliqueTopRight
Specifies Oblique Upper Right. -
ObliqueLeft
Specifies Oblique Left. -
ObliqueRight
Specifies Oblique Right. -
ObliqueBottomLeft
Specifies Oblique Lower Left. -
ObliqueBottom
Specifies Oblique Bottom. -
ObliqueBottomRight
Specifies Oblique Lower Right. -
PerspectiveFront
Specifies Perspective Front. -
PerspectiveLeft
Specifies Perspective Left. -
PerspectiveRight
Specifies Perspective Right. -
PerspectiveAbove
Specifies Perspective Above. -
PerspectiveBelow
Specifies Perspective Below. -
PerspectiveAboveLeftFacing
Specifies Perspective Above Left Facing. -
PerspectiveAboveRightFacing
Specifies Perspective Above Right Facing. -
PerspectiveContrastingLeftFacing
Specifies Perspective Contrasting Left Facing. -
PerspectiveContrastingRightFacing
Specifies Perspective Contrasting Right Facing. -
PerspectiveHeroicLeftFacing
Specifies Perspective Heroic Left Facing. -
PerspectiveHeroicRightFacing
Specifies Perspective Heroic Right Facing. -
PerspectiveHeroicExtremeLeftFacing
Specifies Perspective Heroic Extreme Left Facing. -
PerspectiveHeroicExtremeRightFacing
Specifies Perspective Heroic Extreme Right Facing. -
PerspectiveRelaxed
Specifies Perspective Relaxed. -
PerspectiveRelaxedModerately
Specifies Perspective Relaxed Moderately.
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
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.)- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 如果参数为空值
-