Package-level declarations

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

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

Types

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