| Interface | Description |
|---|---|
| PathData |
A path data organizes the data of a path: the commands and their parameters.
|
| Class | Description |
|---|---|
| SingleArrayPathData |
Encodes a path whose data is stored in only one byte array: CMD0, CMD_DATA0, CMD_DATA1, CMD1, CMD_DATA0, CMD_DATA1,
etc.
|
| SingleArrayPathDataFP32 |
Encodes a path with 32-bit values: the commands are encoded with 32-bit signed values and the commands' attributes
are encoded with 32-bit floating values.
|
| SingleArrayPathDataS16 |
Encodes a path with 16-bit values: the commands and the commands' attributes are encoded with 16-bit signed values.
|
| SingleArrayPathDataS32 |
Encodes a path with 32-bit values: the commands and the commands' attributes are encoded with 32-bit signed values.
|
| SingleArrayPathDataS8 |
Encodes a path with 8-bit values: the commands and the commands' attributes are encoded with 8-bit signed values.
|
| TwoArraysPathData |
Encodes a path with two byte arrays: the commands and the commands' attributes.
|