public interface PathData
| Modifier and Type | Method and Description |
|---|---|
void |
appendCommand(int command)
Appends a command.
|
void |
appendCoordinate(double coordinate)
Appends a coordinate.
|
ImageGenerator.Format |
getFormat()
Gets the format used to encode the path data.
|
void |
reset()
Resets the path data buffer(s).
|
void reset()
void appendCommand(int command)
command - the command to addvoid appendCoordinate(double coordinate)
coordinate - the coordinate to addImageGenerator.Format getFormat()
ImageGenerator.Format