| Package | Description |
|---|---|
| ej.microvg.image | |
| ej.microvg.image.pathdata |
| Modifier and Type | Method and Description |
|---|---|
PathData |
NemaImageDecoder.decodePath(java.nio.ByteBuffer is) |
PathData |
StubImageDecoder.decodePath(java.nio.ByteBuffer buffer) |
PathData |
VgliteImageDecoder.decodePath(java.nio.ByteBuffer is) |
PathData |
ImageDecoder.decodePath(java.nio.ByteBuffer buffer)
Wraps a
PathData able to decode the path encoded in the RAW image's buffer. |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleArrayPathData
Decodes a path whose data is stored in only one byte array: CMD0, CMD_DATA0, CMD_DATA1, CMD1, CMD_DATA0, CMD_DATA1,
etc.
|
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.
|
class |
TwoArraysPathData
Decodes a path whose data is stored in two byte arrays: the commands and the commands' attributes.
|