public class SingleArrayPathDataFP32 extends SingleArrayPathData
| Constructor and Description |
|---|
SingleArrayPathDataFP32() |
| 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.
|
getPath, reset, writepublic ImageGenerator.Format getFormat()
PathDataImageGenerator.Formatpublic void appendCommand(int command)
PathDatacommand - the command to addpublic void appendCoordinate(double coordinate)
PathDatacoordinate - the coordinate to add