| Package | Description |
|---|---|
| ej.microvg.image.pathdata |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
SingleArrayPathDataS16
Encodes a path with 16-bit values: the commands and the commands' attributes are encoded with 16-bit signed values.
|
class |
SingleArrayPathDataS32
Encodes a path with 32-bit values: the commands and the commands' attributes are encoded with 32-bit signed values.
|
class |
SingleArrayPathDataS8
Encodes a path with 8-bit values: the commands and the commands' attributes are encoded with 8-bit signed values.
|