Interface | Description |
---|---|
Path |
Represents a path.
|
Class | Description |
---|---|
ColoredPath |
Represents a path with a colored filling.
|
DynamicGradientPath |
Represents a path with a gradient filling.
|
GradientPath |
Represents a path with a gradient filling.
|
PathBufferBase |
Utility base class for building
vg_lite_path .See Section 2.4 Vector Path Data Opcodes of VGLite® Graphics API v2.07 . |
PathBufferFP32 |
Utility class for building
vg_lite_path in FP32 format. |
PathBufferS16 |
Utility class for building
vg_lite_path in S16 format. |
PathBufferS32 |
Utility class for building
vg_lite_path in S32 format. |
PathBufferS8 |
Utility class for building
vg_lite_path in S8 format. |
SvgImage |
Represents an SVG image (converted from a .svg image with svg2mvg tool).
|