| Interface | Description |
|---|---|
| Colors |
The interface
Colors provides useful constants to handle RGB colors format. |
| Class | 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. |
| DisplayPermission |
Permission to access a Display.
|
| ExplicitFlush |
An
ExplicitFlush is a GraphicsContext where flushing data to the screen must be done
explicitly by the application. |
| 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. |
| Font |
A
DisplayFont defines how text is rendered on a Display. |
| FontPermission |
Permission to create a
Font. |
| 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. |
| ImagePermission |
Permission to create an
Image. |
| RenderableString |
This class associates a string with a font.
|
| Enum | Description |
|---|---|
| Image.OutputFormat |
Specify the format to apply when creating an immutable image.
|
| Exception | Description |
|---|---|
| ImageCreationException |
Thrown when an image creation fail.
|