Skip to main content

PresetCameraType Enum

Lists the preset camera types.

Declaration

public enum PresetCameraType extends Enum<PresetCameraType> implements IIntEnum

Members

Name Description
ISOMETRIC_BOTTOM_DOWN

The getIsometricBottomDown() preset camera is used.

ISOMETRIC_BOTTOM_UP

The getIsometricBottomUp() preset camera is used.

ISOMETRIC_LEFT_DOWN

The getIsometricLeftDown() preset camera is used.

ISOMETRIC_LEFT_UP

The getIsometricLeftUp() preset camera is used.

ISOMETRIC_OFF_AXIS_1_LEFT

The getIsometricOffAxis1Left() preset camera is used.

ISOMETRIC_OFF_AXIS_1_RIGHT

The getIsometricOffAxis1Right() preset camera is used.

ISOMETRIC_OFF_AXIS_1_TOP

The getIsometricOffAxis1Top() preset camera is used.

ISOMETRIC_OFF_AXIS_2_LEFT

The getIsometricOffAxis2Left() preset camera is used.

ISOMETRIC_OFF_AXIS_2_RIGHT

The getIsometricOffAxis2Right() preset camera is used.

ISOMETRIC_OFF_AXIS_2_TOP

The getIsometricOffAxis2Top() preset camera is used.

ISOMETRIC_OFF_AXIS_3_BOTTOM

The getIsometricOffAxis3Bottom() preset camera is used.

ISOMETRIC_OFF_AXIS_3_LEFT

The getIsometricOffAxis3Left() preset camera is used.

ISOMETRIC_OFF_AXIS_3_RIGHT

The getIsometricOffAxis3Right() preset camera is used.

ISOMETRIC_OFF_AXIS_4_BOTTOM

The getIsometricOffAxis4Bottom() preset camera is used.

ISOMETRIC_OFF_AXIS_4_LEFT

The getIsometricOffAxis4Left() preset camera is used.

ISOMETRIC_OFF_AXIS_4_RIGHT

The getIsometricOffAxis4Right() preset camera is used.

ISOMETRIC_RIGHT_DOWN

The getIsometricRightDown() preset camera is used.

ISOMETRIC_RIGHT_UP

The getIsometricRightUp() preset camera is used.

ISOMETRIC_TOP_DOWN

The getIsometricTopDown() preset camera is used.

ISOMETRIC_TOP_UP

The getIsometricTopUp() preset camera is used.

LEGACY_OBLIQUE_BOTTOM

The getLegacyObliqueBottom() preset camera is used.

LEGACY_OBLIQUE_BOTTOM_LEFT

The getLegacyObliqueBottomLeft() preset camera is used.

LEGACY_OBLIQUE_BOTTOM_RIGHT

The getLegacyObliqueBottomRight() preset camera is used.

LEGACY_OBLIQUE_FRONT

The getLegacyObliqueFront() preset camera is used.

LEGACY_OBLIQUE_LEFT

The getLegacyObliqueLeft() preset camera is used.

LEGACY_OBLIQUE_RIGHT

The getLegacyObliqueRight() preset camera is used.

LEGACY_OBLIQUE_TOP

The getLegacyObliqueTop() preset camera is used.

LEGACY_OBLIQUE_TOP_LEFT

The getLegacyObliqueTopLeft() preset camera is used.

LEGACY_OBLIQUE_TOP_RIGHT

The getLegacyObliqueTopRight() preset camera is used.

LEGACY_PERSPECTIVE_BOTTOM

The getLegacyPerspectiveBottom() preset camera is used.

LEGACY_PERSPECTIVE_BOTTOM_LEFT

The getLegacyPerspectiveBottomLeft() preset camera is used.

LEGACY_PERSPECTIVE_BOTTOM_RIGHT

The getLegacyPerspectiveBottomRight() preset camera is used.

LEGACY_PERSPECTIVE_FRONT

The getLegacyPerspectiveFront() preset camera is used.

LEGACY_PERSPECTIVE_LEFT

The getLegacyPerspectiveLeft() preset camera is used.

LEGACY_PERSPECTIVE_RIGHT

The getLegacyPerspectiveRight() preset camera is used.

LEGACY_PERSPECTIVE_TOP

The getLegacyPerspectiveTop() preset camera is used.

LEGACY_PERSPECTIVE_TOP_LEFT

The getLegacyPerspectiveTopLeft() preset camera is used.

LEGACY_PERSPECTIVE_TOP_RIGHT

The getLegacyPerspectiveTopRight() preset camera is used.

OBLIQUE_BOTTOM

The getObliqueBottom() preset camera is used.

OBLIQUE_BOTTOM_LEFT

The getObliqueBottomLeft() preset camera is used.

OBLIQUE_BOTTOM_RIGHT

The getObliqueBottomRight() preset camera is used.

OBLIQUE_LEFT

The getObliqueLeft() preset camera is used.

OBLIQUE_RIGHT

The getObliqueRight() preset camera is used.

OBLIQUE_TOP

The getObliqueTop() preset camera is used.

OBLIQUE_TOP_LEFT

The getObliqueTopLeft() preset camera is used.

OBLIQUE_TOP_RIGHT

The getObliqueTopRight() preset camera is used.

ORTHOGRAPHIC_FRONT

The getOrthographicFront() preset camera is used.

PERSPECTIVE_ABOVE

The getPerspectiveAbove() preset camera is used.

PERSPECTIVE_ABOVE_LEFT_FACING

The getPerspectiveAboveLeftFacing() preset camera is used.

PERSPECTIVE_ABOVE_RIGHT_FACING

The getPerspectiveAboveRightFacing() preset camera is used.

PERSPECTIVE_BELOW

The getPerspectiveBelow() preset camera is used.

PERSPECTIVE_CONTRASTING_LEFT_FACING

The getPerspectiveContrastingLeftFacing() preset camera is used.

PERSPECTIVE_CONTRASTING_RIGHT_FACING

The getPerspectiveContrastingRightFacing() preset camera is used.

PERSPECTIVE_FRONT

The getPerspectiveFront() preset camera is used.

PERSPECTIVE_HEROIC_EXTREME_LEFT_FACING

The getPerspectiveHeroicExtremeLeftFacing() preset camera is used.

PERSPECTIVE_HEROIC_EXTREME_RIGHT_FACING

The getPerspectiveHeroicExtremeRightFacing() preset camera is used.

PERSPECTIVE_HEROIC_LEFT_FACING

The getPerspectiveHeroicLeftFacing() preset camera is used.

PERSPECTIVE_HEROIC_RIGHT_FACING

The getPerspectiveHeroicRightFacing() preset camera is used.

PERSPECTIVE_LEFT

The getPerspectiveLeft() preset camera is used.

PERSPECTIVE_RELAXED

The getPerspectiveRelaxed() preset camera is used.

PERSPECTIVE_RELAXED_MODERATELY

The getPerspectiveRelaxedModerately() preset camera is used.

PERSPECTIVE_RIGHT

The getPerspectiveRight() preset camera is used.

fromValue(int value)

Converts an integer value to the corresponding PresetCameraType constant.

getName()

Returns the name of this PresetCameraType constant.

getValue()

Returns the integer value of this PresetCameraType constant.

toString()

Returns a string representation of this PresetCameraType constant.

valueOf(String name)

Returns the PresetCameraType constant with the specified name.

values()

Returns an array that contains all PresetCameraType constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
java.lang.Enum
PresetCameraType