Modifier and Type | Method and Description |
---|---|
VectorImageBuilder |
VectorImageBuilder.addGradientPath(Path path,
LinearGradient gradient,
VectorGraphicsPainter.FillType fillType)
Adds the given path with specified gradient and fill type.
|
VectorImageBuilder |
VectorImageBuilder.addPath(Path path,
int color,
VectorGraphicsPainter.FillType fillType)
Adds the given path with specified color and fill type.
|
static void |
VectorGraphicsPainter.fillGradientPath(ej.microui.display.GraphicsContext g,
Path path,
Matrix matrix,
LinearGradient gradient)
Draws a path filled with a linear gradient and winding fill type and source over blending.
|
static void |
VectorGraphicsPainter.fillGradientPath(ej.microui.display.GraphicsContext g,
Path path,
Matrix matrix,
LinearGradient gradient,
VectorGraphicsPainter.FillType fillType,
int alpha,
BlendMode blendMode)
Draws a path filled with a linear gradient.
|
static void |
VectorGraphicsPainter.fillPath(ej.microui.display.GraphicsContext g,
Path path,
float x,
float y)
Draws a path filled with the color of the graphics context and winding fill type and source over blending.
|
static void |
VectorGraphicsPainter.fillPath(ej.microui.display.GraphicsContext g,
Path path,
Matrix matrix)
Draws a path filled with the color of the graphics context and winding fill type and source over blending.
|
static void |
VectorGraphicsPainter.fillPath(ej.microui.display.GraphicsContext g,
Path path,
Matrix matrix,
VectorGraphicsPainter.FillType fillType,
int alpha,
BlendMode blendMode)
Draws a path filled with the color of the graphics context.
|