| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ORIENTHINT_NONE
Integer value of enum value "ORIENTHINT_NONE" No orientation information is needed or provided. |
| static final OrientationHint | ORIENTHINT_NONE
Object value of enum value "ORIENTHINT_NONE" No orientation information is needed or provided. |
| static final int | _ORIENTHINT_HORIZONTAL
Integer value of enum value "ORIENTHINT_HORIZONTAL" The dimension is horizontal. |
| static final OrientationHint | ORIENTHINT_HORIZONTAL
Object value of enum value "ORIENTHINT_HORIZONTAL" The dimension is horizontal. |
| static final int | _ORIENTHINT_VERTICAL
Integer value of enum value "ORIENTHINT_VERTICAL" The dimension is vertical. |
| static final OrientationHint | ORIENTHINT_VERTICAL
Object value of enum value "ORIENTHINT_VERTICAL" The dimension is vertical. |
| static final int | _ORIENTHINT_SLANTED
Integer value of enum value "ORIENTHINT_SLANTED" The dimension is slanted. |
| static final OrientationHint | ORIENTHINT_SLANTED
Object value of enum value "ORIENTHINT_SLANTED" The dimension is slanted. |
| static final int | _ORIENTHINT_ELLIPSE_RADIUS1
Integer value of enum value "ORIENTHINT_ELLIPSE_RADIUS1" The major diameter of an ellipse. |
| static final OrientationHint | ORIENTHINT_ELLIPSE_RADIUS1
Object value of enum value "ORIENTHINT_ELLIPSE_RADIUS1" The major diameter of an ellipse. |
| static final int | _ORIENTHINT_ELLIPSE_RADIUS2
Integer value of enum value "ORIENTHINT_ELLIPSE_RADIUS2" The minor diameter of an ellipse. |
| static final OrientationHint | ORIENTHINT_ELLIPSE_RADIUS2
Object value of enum value "ORIENTHINT_ELLIPSE_RADIUS2" The minor diameter of an ellipse. |
| static final int | _ORIENTHINT_ARC_ANGLE
Integer value of enum value "ORIENTHINT_ARC_ANGLE" The angle of an arc. |
| static final OrientationHint | ORIENTHINT_ARC_ANGLE
Object value of enum value "ORIENTHINT_ARC_ANGLE" The angle of an arc. |
| static final int | _ORIENTHINT_ARC_LENGTH
Integer value of enum value "ORIENTHINT_ARC_LENGTH" The length of an arc. |
| static final OrientationHint | ORIENTHINT_ARC_LENGTH
Object value of enum value "ORIENTHINT_ARC_LENGTH" The length of an arc. |
| static final int | _ORIENTHINT_LINE_TO_TANGENT_CURVE_ANGLE
Integer value of enum value "ORIENTHINT_LINE_TO_TANGENT_CURVE_ANGLE" The angle between a line and the tangent at a curve point. |
| static final OrientationHint | ORIENTHINT_LINE_TO_TANGENT_CURVE_ANGLE
Object value of enum value "ORIENTHINT_LINE_TO_TANGENT_CURVE_ANGLE" The angle between a line and the tangent at a curve point. |
| static final int | _OrientationHint_null
Enum null value. |
| Method Summary | |
|---|---|
| static OrientationHint | FromInt
(int value)
Creates enum object from an integer. |
| static OrientationHint | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static OrientationHint | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static OrientationHint | FromInt | (Integer value) |
Creates enum object from an integer object.
|