Modifier and Type | Method and Description |
---|---|
static VectorGraphicsPainter.Direction |
VectorGraphicsPainter.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VectorGraphicsPainter.Direction[] |
VectorGraphicsPainter.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
VectorGraphicsPainter.drawGradientStringOnCircle(ej.microui.display.GraphicsContext g,
java.lang.String string,
VectorFont font,
float size,
Matrix matrix,
LinearGradient gradient,
float radius,
VectorGraphicsPainter.Direction direction,
int alpha,
BlendMode blendMode,
float letterSpacing)
Draws a text with a gradient along a circle.
|
static void |
VectorGraphicsPainter.drawStringOnCircle(ej.microui.display.GraphicsContext g,
java.lang.String string,
VectorFont font,
float size,
Matrix matrix,
float radius,
VectorGraphicsPainter.Direction direction)
Draws a text along a circle.
|
static void |
VectorGraphicsPainter.drawStringOnCircle(ej.microui.display.GraphicsContext g,
java.lang.String string,
VectorFont font,
float size,
Matrix matrix,
float radius,
VectorGraphicsPainter.Direction direction,
int alpha,
BlendMode blendMode,
float letterSpacing)
Draws a text along a circle.
|