Skip to main content

DXRotateFlipType Class

Rotation and flip values.

Declaration

public final class DXRotateFlipType extends IntEnum<DXRotateFlipType>

Inherited Members

com.devexpress.java.enums.IntEnum.clone()
com.devexpress.java.enums.IntEnum.equals(java.lang.Object)
com.devexpress.java.enums.IntEnum.getName()
com.devexpress.java.enums.IntEnum.getValue()
com.devexpress.java.enums.IntEnum.hasFlag(T)
com.devexpress.java.enums.IntEnum.hasFlag(int)
com.devexpress.java.enums.IntEnum.hashCode()
com.devexpress.java.enums.IntEnum.readResolve()
com.devexpress.java.enums.IntEnum.resolve(int)
com.devexpress.java.enums.IntEnum.toString()
java.lang.Object.finalize()
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
com.devexpress.java.enums.IntEnum
DXRotateFlipType

Fields

_ROTATE_180_FLIP_NONE Field

The integer value of the _ROTATE_180_FLIP_NONE constant.

Declaration

public static final int _ROTATE_180_FLIP_NONE

Field Value

Type Description
int

The integer value of the _ROTATE_180_FLIP_NONE constant.

_ROTATE_180_FLIP_X Field

The integer value of the _ROTATE_180_FLIP_X constant.

Declaration

public static final int _ROTATE_180_FLIP_X

Field Value

Type Description
int

The integer value of the _ROTATE_180_FLIP_X constant.

_ROTATE_180_FLIP_XY Field

The integer value of the _ROTATE_180_FLIP_XY constant.

Declaration

public static final int _ROTATE_180_FLIP_XY

Field Value

Type Description
int

The integer value of the _ROTATE_180_FLIP_XY constant.

_ROTATE_180_FLIP_Y Field

The integer value of the _ROTATE_180_FLIP_Y constant.

Declaration

public static final int _ROTATE_180_FLIP_Y

Field Value

Type Description
int

The integer value of the _ROTATE_180_FLIP_Y constant.

_ROTATE_270_FLIP_NONE Field

The integer value of the _ROTATE_270_FLIP_NONE constant.

Declaration

public static final int _ROTATE_270_FLIP_NONE

Field Value

Type Description
int

The integer value of the _ROTATE_270_FLIP_NONE constant.

_ROTATE_270_FLIP_X Field

The integer value of the _ROTATE_270_FLIP_X constant.

Declaration

public static final int _ROTATE_270_FLIP_X

Field Value

Type Description
int

The integer value of the _ROTATE_270_FLIP_X constant.

_ROTATE_270_FLIP_XY Field

The integer value of the _ROTATE_270_FLIP_XY constant.

Declaration

public static final int _ROTATE_270_FLIP_XY

Field Value

Type Description
int

The integer value of the _ROTATE_270_FLIP_XY constant.

_ROTATE_270_FLIP_Y Field

The integer value of the _ROTATE_270_FLIP_Y constant.

Declaration

public static final int _ROTATE_270_FLIP_Y

Field Value

Type Description
int

The integer value of the _ROTATE_270_FLIP_Y constant.

_ROTATE_90_FLIP_NONE Field

The integer value of the _ROTATE_90_FLIP_NONE constant.

Declaration

public static final int _ROTATE_90_FLIP_NONE

Field Value

Type Description
int

The integer value of the _ROTATE_90_FLIP_NONE constant.

_ROTATE_90_FLIP_X Field

The integer value of the _ROTATE_90_FLIP_X constant.

Declaration

public static final int _ROTATE_90_FLIP_X

Field Value

Type Description
int

The integer value of the _ROTATE_90_FLIP_X constant.

_ROTATE_90_FLIP_XY Field

The integer value of the _ROTATE_90_FLIP_XY constant.

Declaration

public static final int _ROTATE_90_FLIP_XY

Field Value

Type Description
int

The integer value of the _ROTATE_90_FLIP_XY constant.

_ROTATE_90_FLIP_Y Field

The integer value of the _ROTATE_90_FLIP_Y constant.

Declaration

public static final int _ROTATE_90_FLIP_Y

Field Value

Type Description
int

The integer value of the _ROTATE_90_FLIP_Y constant.

_ROTATE_NONE_FLIP_NONE Field

The integer value of the _ROTATE_NONE_FLIP_NONE constant.

Declaration

public static final int _ROTATE_NONE_FLIP_NONE

Field Value

Type Description
int

The integer value of the _ROTATE_NONE_FLIP_NONE constant.

_ROTATE_NONE_FLIP_X Field

The integer value of the _ROTATE_NONE_FLIP_X constant.

Declaration

public static final int _ROTATE_NONE_FLIP_X

Field Value

Type Description
int

The integer value of the _ROTATE_NONE_FLIP_X constant.

_ROTATE_NONE_FLIP_XY Field

The integer value of the _ROTATE_NONE_FLIP_XY constant.

Declaration

public static final int _ROTATE_NONE_FLIP_XY

Field Value

Type Description
int

The integer value of the _ROTATE_NONE_FLIP_XY constant.

_ROTATE_NONE_FLIP_Y Field

The integer value of the _ROTATE_NONE_FLIP_Y constant.

Declaration

public static final int _ROTATE_NONE_FLIP_Y

Field Value

Type Description
int

The integer value of the _ROTATE_NONE_FLIP_Y constant.

ROTATE_180_FLIP_NONE Field

Rotate 180 degrees and do not flip.

Declaration

public static final DXRotateFlipType ROTATE_180_FLIP_NONE

Field Value

Type Description
DXRotateFlipType

The ROTATE_180_FLIP_NONE value.

ROTATE_180_FLIP_X Field

Rotate 180 degrees and flip horizontally.

Declaration

public static final DXRotateFlipType ROTATE_180_FLIP_X

Field Value

Type Description
DXRotateFlipType

The ROTATE_180_FLIP_X value.

ROTATE_180_FLIP_XY Field

Rotate 180 degrees and flip horizontally and vertically.

Declaration

public static final DXRotateFlipType ROTATE_180_FLIP_XY

Field Value

Type Description
DXRotateFlipType

The ROTATE_180_FLIP_XY value.

ROTATE_180_FLIP_Y Field

Rotate 180 degrees and flip vertically.

Declaration

public static final DXRotateFlipType ROTATE_180_FLIP_Y

Field Value

Type Description
DXRotateFlipType

The ROTATE_180_FLIP_Y value.

ROTATE_270_FLIP_NONE Field

Rotate 270 degrees and do not flip.

Declaration

public static final DXRotateFlipType ROTATE_270_FLIP_NONE

Field Value

Type Description
DXRotateFlipType

The ROTATE_270_FLIP_NONE value.

ROTATE_270_FLIP_X Field

Rotate 270 degrees and flip horizontally.

Declaration

public static final DXRotateFlipType ROTATE_270_FLIP_X

Field Value

Type Description
DXRotateFlipType

The ROTATE_270_FLIP_X value.

ROTATE_270_FLIP_XY Field

Rotate 270 degrees and flip horizontally and vertically.

Declaration

public static final DXRotateFlipType ROTATE_270_FLIP_XY

Field Value

Type Description
DXRotateFlipType

The ROTATE_270_FLIP_XY value.

ROTATE_270_FLIP_Y Field

Rotate 270 degrees and flip vertically.

Declaration

public static final DXRotateFlipType ROTATE_270_FLIP_Y

Field Value

Type Description
DXRotateFlipType

The ROTATE_270_FLIP_Y value.

ROTATE_90_FLIP_NONE Field

Rotate 90 degrees and do not flip.

Declaration

public static final DXRotateFlipType ROTATE_90_FLIP_NONE

Field Value

Type Description
DXRotateFlipType

The ROTATE_90_FLIP_NONE value.

ROTATE_90_FLIP_X Field

Rotate 90 degrees and flip horizontally.

Declaration

public static final DXRotateFlipType ROTATE_90_FLIP_X

Field Value

Type Description
DXRotateFlipType

The ROTATE_90_FLIP_X value.

ROTATE_90_FLIP_XY Field

Rotate 90 degrees and flip horizontally and vertically.

Declaration

public static final DXRotateFlipType ROTATE_90_FLIP_XY

Field Value

Type Description
DXRotateFlipType

The ROTATE_90_FLIP_XY value.

ROTATE_90_FLIP_Y Field

Rotate 90 degrees and flip vertically.

Declaration

public static final DXRotateFlipType ROTATE_90_FLIP_Y

Field Value

Type Description
DXRotateFlipType

The ROTATE_90_FLIP_Y value.

ROTATE_NONE_FLIP_NONE Field

Do not rotate and do not flip.

Declaration

public static final DXRotateFlipType ROTATE_NONE_FLIP_NONE

Field Value

Type Description
DXRotateFlipType

The ROTATE_NONE_FLIP_NONE value.

ROTATE_NONE_FLIP_X Field

Do not rotate and flip horizontally.

Declaration

public static final DXRotateFlipType ROTATE_NONE_FLIP_X

Field Value

Type Description
DXRotateFlipType

The ROTATE_NONE_FLIP_X value.

ROTATE_NONE_FLIP_XY Field

Do not rotate and flip horizontally and vertically.

Declaration

public static final DXRotateFlipType ROTATE_NONE_FLIP_XY

Field Value

Type Description
DXRotateFlipType

The ROTATE_NONE_FLIP_XY value.

ROTATE_NONE_FLIP_Y Field

Do not rotate and flip vertically.

Declaration

public static final DXRotateFlipType ROTATE_NONE_FLIP_Y

Field Value

Type Description
DXRotateFlipType

The ROTATE_NONE_FLIP_Y value.

Methods

fromValue(int value) Method

Returns the rotation and flip value for the specified integer value.

Declaration

public static DXRotateFlipType fromValue(int value)

Parameters

Name Type Description
value int

The integer value.

Returns

Type Description
DXRotateFlipType

The matching rotation and flip value.

values() Method

Returns an array of all rotation and flip values.

Declaration

public static DXRotateFlipType[] values()

Returns

Type Description
DXRotateFlipType[]

An array of all rotation and flip values.