| Package | Description |
|---|---|
| ej.microvg.image | |
| ej.microvg.image.pathdata |
| Modifier and Type | Method and Description |
|---|---|
static ImageGenerator.Format |
ImageGenerator.Format.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageGenerator.Format[] |
ImageGenerator.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
VgliteImageGenerator.convertFormat(ImageGenerator.Format format)
Gets the VGLite data format from a
ImageGenerator.Format. |
| Constructor and Description |
|---|
NemaImageGenerator(ImageGenerator.Format format)
Creates the vector image generator that encodes the image in the Nema GPU compatible format.
|
VgliteImageGenerator(ImageGenerator.Format format)
Creates the vector image generator that encodes the image in the VGLite GPU compatible format.
|
| Modifier and Type | Method and Description |
|---|---|
ImageGenerator.Format |
TwoArraysPathData.getFormat() |
ImageGenerator.Format |
SingleArrayPathDataFP32.getFormat() |
ImageGenerator.Format |
SingleArrayPathDataS16.getFormat() |
ImageGenerator.Format |
SingleArrayPathDataS32.getFormat() |
ImageGenerator.Format |
SingleArrayPathDataS8.getFormat() |
ImageGenerator.Format |
PathData.getFormat()
Gets the format used to encode the path data.
|