Modifier and Type | Method and Description |
---|---|
static BezierOrder |
BezierOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BezierOrder[] |
BezierOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JBezier(BezierOrder order,
int iterations,
Point... points)
Initializes all important values for use with bézier curves
|