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