| Package | Description |
|---|---|
| ej.drawing |
Contains classes to implement ej.drawing ShapePainter and TransformPainter drawings.
|
| ej.microui.display |
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
|
| Modifier and Type | Method and Description |
|---|---|
static LLDWPainter.DrawingFlip |
LLDWPainter.DrawingFlip.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LLDWPainter.DrawingFlip[] |
LLDWPainter.DrawingFlip.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
UIImageDrawing.drawFlipped(MicroUIGraphicsContext gc,
MicroUIImage img,
int regionX,
int regionY,
int width,
int height,
int x,
int y,
LLDWPainter.DrawingFlip flip,
int alpha)
Draws an image applying a flip (0, 90, 180 or 270 degrees with or without mirror).
|
default void |
UIDrawing.drawFlippedImage(MicroUIGraphicsContext gc,
MicroUIImage img,
int regionX,
int regionY,
int width,
int height,
int x,
int y,
LLDWPainter.DrawingFlip flip,
int alpha)
Draws an image applying a flip (0, 90, 180 or 270 degrees with or without mirror).
|