DXRotateFlipType Class
Rotation and flip values.
Declaration
public final class DXRotateFlipType extends IntEnum<DXRotateFlipType>
Inherited Members
Inheritance
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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_Y Field
Rotate 180 degrees and flip vertically.
Declaration
public static final DXRotateFlipType ROTATE_180_FLIP_Y
Field Value
| Type | Description |
|---|---|
DXRotateFlipType |
The |
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_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_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_Y Field
Rotate 270 degrees and flip vertically.
Declaration
public static final DXRotateFlipType ROTATE_270_FLIP_Y
Field Value
| Type | Description |
|---|---|
DXRotateFlipType |
The |
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_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_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_Y Field
Rotate 90 degrees and flip vertically.
Declaration
public static final DXRotateFlipType ROTATE_90_FLIP_Y
Field Value
| Type | Description |
|---|---|
DXRotateFlipType |
The |
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_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_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_Y Field
Do not rotate and flip vertically.
Declaration
public static final DXRotateFlipType ROTATE_NONE_FLIP_Y
Field Value
| Type | Description |
|---|---|
DXRotateFlipType |
The |
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. |