public interface PathData
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasRemainingCommand()
Tells whether it remains at least one command to decode.
|
int |
nextCommand()
Gets next encoded command from path.
|
double |
nextCoordinate()
Gets next point coordinate from path.
|
boolean hasRemainingCommand()
true if, and only if, there is at least one command remaining in this pathint nextCommand()
CommandDecoder.decodeCommand(int).double nextCoordinate()