| Package | Description |
|---|---|
| ej.microui.display |
Contains display management.
|
| ej.microui.display.transform |
Contains image transformation management.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Image
An
Image object holds graphical display data. |
class |
RenderableChar
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rotate.drawBilinear(GraphicsContext gc,
Renderable renderable,
int x,
int y,
int anchor)
Draws the renderable applying the current rotation.
|
void |
Rotate.drawNearestNeighbor(GraphicsContext gc,
Renderable renderable,
int x,
int y,
int anchor)
Draws the renderable applying the current rotation.
|