public class SingleArrayPathDataS32 extends SingleArrayPathData
buffer| Constructor and Description |
|---|
SingleArrayPathDataS32(java.nio.ByteBuffer buffer)
Creates a decoder that will decode the path encoded in a single byte array.
|
| Modifier and Type | Method and Description |
|---|---|
int |
nextCommand()
Gets next encoded command from path.
|
double |
nextCoordinate()
Gets next point coordinate from path.
|
hasRemainingCommandpublic SingleArrayPathDataS32(java.nio.ByteBuffer buffer)
buffer - the encoded path (the first available data is the first path's command)public int nextCommand()
PathDataCommandDecoder.decodeCommand(int).public double nextCoordinate()
PathData