public class PathParserFP32 extends PathParserBase
Modifier and Type | Field and Description |
---|---|
static PathParserFP32 |
instance
Class constructor
|
Constructor and Description |
---|
PathParserFP32() |
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 PathParserFP32 |
getInstance()
Get the instance of the PathParserFP32 object
|
get, toPath
public static PathParserFP32 instance
public static PathParserFP32 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