| Package | Description |
|---|---|
| ej.microvg | |
| ej.microvg.bvi | |
| ej.microvg.display | |
| ej.microvg.paint |
| Modifier and Type | Method and Description |
|---|---|
VGPaint |
LLVGEngine.mapGradient(int[] gradient,
float[] gradientMatrix,
float[] globalMatrix,
int globalAlpha)
Maps a
VGPaint from the gradient's array, applying the gradient's transformation, the drawing's
transformation and the drawing's opacity. |
| Modifier and Type | Method and Description |
|---|---|
default void |
VGDrawing.drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint)
Draws a general path filled with the given color representation.
|
int |
LLVGEngine.drawString(ej.microui.display.MicroUIGraphicsContext gc,
char[] string,
int face,
float size,
float x,
float y,
float[] matrix,
int blendMode,
VGPaint p,
float letterSpacing,
float radius,
int direction)
Decomposes a string in glyphs and draws them using the drawer for the given graphics context
(
VGDrawing.drawPath(MicroUIGraphicsContext, GeneralPath, float, float, float[], int, int, VGPaint). |
default int |
VGDrawing.drawString(ej.microui.display.MicroUIGraphicsContext gc,
char[] string,
int face,
float size,
float x,
float y,
float[] matrix,
int blendMode,
VGPaint p,
float letterSpacing,
float radius,
int direction)
Draws a string with the given painter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NemaBufferedVectorImageDrawer.drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint) |
void |
BufferedVectorImageDrawer.drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint) |
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayDrawer.drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint) |
void |
NemaDisplayDrawer.drawPath(ej.microui.display.MicroUIGraphicsContext gc,
java.awt.geom.GeneralPath path,
float x,
float y,
float[] matrix,
int fillRule,
int blend,
VGPaint paint) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearGradient
Represents a path painter with a linear gradient on a vector.
|
class |
VGColor
Represents a path painter with a ARGB color.
|
| Modifier and Type | Method and Description |
|---|---|
VGPaint |
VGColor.apply(PaintVisitor visitor) |
VGPaint |
VGPaint.apply(PaintVisitor visitor)
Creates a new painter applying the given visitor.
|