JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Method Summary
Enum Constant Details
CLOSE_PATH_NV
MOVE_TO_NV
RELATIVE_MOVE_TO_NV
LINE_TO_NV
RELATIVE_LINE_TO_NV
HORIZONTAL_LINE_TO_NV
RELATIVE_HORIZONTAL_LINE_TO_NV
VERTICAL_LINE_TO_NV
RELATIVE_VERTICAL_LINE_TO_NV
QUADRATIC_CURVE_TO_NV
RELATIVE_QUADRATIC_CURVE_TO_NV
CUBIC_CURVE_TO_NV
RELATIVE_CUBIC_CURVE_TO_NV
SMOOTH_QUADRATIC_CURVE_TO_NV
RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV
SMOOTH_CUBIC_CURVE_TO_NV
RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV
SMALL_CCW_ARC_TO_NV
RELATIVE_SMALL_CCW_ARC_TO_NV
SMALL_CW_ARC_TO_NV
RELATIVE_SMALL_CW_ARC_TO_NV
LARGE_CCW_ARC_TO_NV
RELATIVE_LARGE_CCW_ARC_TO_NV
LARGE_CW_ARC_TO_NV
RELATIVE_LARGE_CW_ARC_TO_NV
CONIC_CURVE_TO_NV
RELATIVE_CONIC_CURVE_TO_NV
ROUNDED_RECT_NV
RELATIVE_ROUNDED_RECT_NV
ROUNDED_RECT2_NV
RELATIVE_ROUNDED_RECT2_NV
ROUNDED_RECT4_NV
RELATIVE_ROUNDED_RECT4_NV
ROUNDED_RECT8_NV
RELATIVE_ROUNDED_RECT8_NV
RESTART_PATH_NV
DUP_FIRST_CUBIC_CURVE_TO_NV
DUP_LAST_CUBIC_CURVE_TO_NV
RECT_NV
RELATIVE_RECT_NV
CIRCULAR_CCW_ARC_TO_NV
CIRCULAR_CW_ARC_TO_NV
CIRCULAR_TANGENT_ARC_TO_NV
ARC_TO_NV
RELATIVE_ARC_TO_NV
Field Details
VALUES
Method Details
values()
valueOf(String)
glEnum()
fromGLEnum(int)
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant corresponding to the provided raw value.
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
RELATIVE_HORIZONTAL_LINE_TO_NV
RELATIVE_VERTICAL_LINE_TO_NV
RELATIVE_QUADRATIC_CURVE_TO_NV
RELATIVE_CUBIC_CURVE_TO_NV
SMOOTH_QUADRATIC_CURVE_TO_NV
RELATIVE_SMOOTH_QUADRATIC_CURVE_TO_NV
RELATIVE_SMOOTH_CUBIC_CURVE_TO_NV
RELATIVE_SMALL_CCW_ARC_TO_NV
RELATIVE_SMALL_CW_ARC_TO_NV
RELATIVE_LARGE_CCW_ARC_TO_NV
RELATIVE_LARGE_CW_ARC_TO_NV
RELATIVE_CONIC_CURVE_TO_NV
RELATIVE_ROUNDED_RECT2_NV
RELATIVE_ROUNDED_RECT4_NV
RELATIVE_ROUNDED_RECT8_NV
DUP_FIRST_CUBIC_CURVE_TO_NV
DUP_LAST_CUBIC_CURVE_TO_NV
CIRCULAR_TANGENT_ARC_TO_NV