public abstract class PathSegment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathSegment
|
| Modifier and Type | Field and Description |
|---|---|
int |
type
|
| Constructor and Description |
|---|
PathSegment()
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
rotate(float f)
|
static String |
toString(float[] array)
|
static String |
toTypeName(int type)
This maps the type integer to a human-readable string.
|
public static final StringtoTypeName(int type)
type - one of the PathIterator "SEG" constants.
public abstract void rotate(float f)
public static StringtoString(float[] array)