Package | Description |
---|---|
ej.microui.display |
Contains display management.
|
ej.microui.display.shape |
Contains shapes rendering management.
|
ej.microui.display.transform |
Contains image transformation management.
|
ej.microui.event.generator |
Contains standard event generators.
|
Class and Description |
---|
Display
A
Display object represents a pixelated screen in the platform, and there is a display for each such
pixelated screen. |
Displayable
Displayable is an abstract class which defines the very objects that can be shown on a
Display .A Displayable object is built for a specific Display which can not be changed afterwards. |
ExplicitFlush
An
ExplicitFlush is a GraphicsContext where flushing data to the screen must be done
explicitly by the application. |
Font
A
DisplayFont defines how text is rendered on a Display . |
GraphicsContext
The
GraphicsContext class offers basic drawing facilities, to render lines, rectangles, polygons, arcs
and text.GraphicsContext uses 24-bit RGB color. |
Image
An
Image object holds graphical display data. |
Image.OutputFormat
Specify the format to apply when creating an immutable image.
|
Class and Description |
---|
GraphicsContext
The
GraphicsContext class offers basic drawing facilities, to render lines, rectangles, polygons, arcs
and text.GraphicsContext uses 24-bit RGB color. |
Class and Description |
---|
GraphicsContext
The
GraphicsContext class offers basic drawing facilities, to render lines, rectangles, polygons, arcs
and text.GraphicsContext uses 24-bit RGB color. |
Image
An
Image object holds graphical display data. |
Class and Description |
---|
Display
A
Display object represents a pixelated screen in the platform, and there is a display for each such
pixelated screen. |
FlyingImage
The
FlyingImage class defines an image to be displayed at the top level in the rendering depth of a
display.A FlyingImage contains an Image . |