Package | Description |
---|---|
ej.drawing | |
ej.microui.display |
Class and Description |
---|
Font
A
Font defines how characters are drawn on a GraphicsContext . |
GraphicsContext
A
GraphicsContext provides access to a modifiable pixel buffer. |
Image
An
Image represents a graphical two-dimensional object. |
RenderableString
Represents graphical information related to the drawing of a string with a font.
|
Class and Description |
---|
Display
The
Display object represents the pixelated screen in the platform.The display of the system may be retrieved by calling Display.getDisplay() .The display is able to render a Displayable on its implementation screen. |
Displayable
Displayable is an abstract class which defines the very objects that can be shown on the
Display .A Displayable may be shown or hidden, but at most one Displayable is shown on the
Display .Subclasses should define the Displayable contents and their possible interactions with the user.By default, a new Displayable object is not visible on the display. |
Font
A
Font defines how characters are drawn on a GraphicsContext . |
GraphicsContext
A
GraphicsContext provides access to a modifiable pixel buffer. |
Image
An
Image represents a graphical two-dimensional object. |
RenderableString
Represents graphical information related to the drawing of a string with a font.
|
ResourceImage
A
ResourceImage represents an image which may require dynamic allocation in order to be created. |
ResourceImage.OutputFormat
Enumerates the different formats in which a resource image can store pixel colors.
|