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