public class PathParserS16 extends PathParserBase
Modifier and Type | Field and Description |
---|---|
static PathParserS16 |
instance
Class constructor
|
Constructor and Description |
---|
PathParserS16() |
Modifier and Type | Method and Description |
---|---|
protected double |
getCommand(java.nio.ByteBuffer b)
get vglite command from path
|
protected double |
getCoordinate(java.nio.ByteBuffer b)
get a point coordinate from path
|
static PathParserS16 |
getInstance()
Get the instance of the PathParserS16 object
|
get, toPath
public static PathParserS16 instance
public static PathParserS16 getInstance()
protected double getCommand(java.nio.ByteBuffer b)
PathParserBase
getCommand
in class PathParserBase
b
- ByteBuffer containing the pathprotected double getCoordinate(java.nio.ByteBuffer b)
PathParserBase
getCoordinate
in class PathParserBase
b
- ByteBuffer containing the path