Package ej.microui.display
Contains display management.
-
Class Summary Class Description BufferedImage ABufferedImagerepresents a mutable image backed by a pixel buffer.Colors The interfaceColorsprovides useful constants to handle RGB colors format.Display TheDisplayobject represents the pixelated screen in the platform.
The display of the system may be retrieved by callingDisplay.getDisplay().
The display is able to render aDisplayableon its implementation screen.Displayable Displayableis an abstract class which defines the very objects that can be shown on theDisplay.
ADisplayablemay be shown or hidden, but at most oneDisplayableis shown on theDisplay.
Subclasses should define theDisplayablecontents and their possible interactions with the user.
By default, a newDisplayableobject is not visible on the display.DisplayPermission This class is for display permissions.Font AFontdefines how characters are drawn on aGraphicsContext.FontIdentifiers Available list ofFontbuilt-in identifiers.FontPermission This class is for font permissions.GraphicsContext AGraphicsContextprovides access to a modifiable pixel buffer.Image AnImagerepresents a graphical two-dimensional object.ImagePermission This class is for image permissions.Painter ThePainterclass provides static methods to draw basic shapes such as lines, rectangles, circles, characters and images.RenderableString Represents graphical information related to the drawing of a string with a font.ResourceImage AResourceImagerepresents an image which may require dynamic allocation in order to be created. -
Enum Summary Enum Description Format Contains all the available buffer formats.ResourceImage.OutputFormat Enumerates the different formats in which a resource image can store pixel colors.