Package-level declarations

The utility classes for the user interface (UI) related functionality.

Types

Link copied to clipboard
Absolute font size that is based on the default font size.
Link copied to clipboard
interface Bitmap
A binary image in the BGRA format.
Link copied to clipboard
interface Color
A numeric model of an RGB color.
Link copied to clipboard
interface FontName
A name of the font.
Link copied to clipboard
interface FontSize
A size of the font.
Link copied to clipboard
A size of the font in pixels.
Link copied to clipboard
enum KeyCode
The virtual key codes.
Link copied to clipboard
The location of the key on the keyboard or other input device.
Link copied to clipboard
interface KeyModifiers
The modifiers for the keyboard and mouse events.
Link copied to clipboard
The mouse buttons.
Link copied to clipboard
interface MouseModifiers
The modifiers for the mouse events.
Link copied to clipboard
interface Point
A pair of numbers that in general are used to define coordinates in the two-dimensional space.
Link copied to clipboard
interface Progress
A process progress.
Link copied to clipboard
interface Rect
A rectangle described by the location and dimensions.
Link copied to clipboard
The scroll types.
Link copied to clipboard
interface Size
A pair of numbers that in general are used to define dimensions in the two-dimensional space.
Link copied to clipboard
interface TouchPoint
A touch point on the screen.