@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
AbsoluteFontSize |
Absolute font size that is based on the default font size.
|
Bitmap |
A binary image in the BGRA format.
|
Color |
A numeric model of an RGB color.
|
FontName |
A name of the font.
|
FontSize |
A size of the font.
|
FontSizeInPixels |
A size of the font in pixels.
|
KeyModifiers |
The modifiers for the keyboard and mouse events.
|
MouseModifiers |
The modifiers for the mouse events.
|
Point |
A pair of numbers that in general are used to define coordinates in the two-dimensional space.
|
Progress |
A process progress.
|
Rect |
A rectangle described by the location and dimensions.
|
Size |
A pair of numbers that in general are used to define dimensions in the two-dimensional space.
|
Class | Description |
---|---|
Color.Builder |
A builder of
Color . |
GetColorResponse |
A response of getting theme's color.
|
GetColorResponse.Builder |
A response of getting theme's color.
|
KeyModifiers.Builder |
A builder of
KeyModifiers . |
MouseModifiers.Builder |
A builder of
MouseModifiers . |
NativeThemeStub | |
SetThemeColorRequest |
A request to set theme's color.
|
SetThemeColorRequest.Builder |
A request to set theme's color.
|
Enum | Description |
---|---|
KeyCode |
The virtual key codes.
|
KeyLocation |
The location of the key on the keyboard or other input device.
|
MouseButton |
The mouse buttons.
|
ScrollType |
The scroll types.
|