Package | Description |
---|---|
com.sun.glass.ui | |
com.sun.glass.ui.gtk | |
com.sun.glass.ui.ios | |
com.sun.glass.ui.lens | |
com.sun.glass.ui.mac | |
com.sun.glass.ui.monocle | |
com.sun.glass.ui.swt | |
com.sun.glass.ui.win |
Modifier and Type | Method and Description |
---|---|
static Size |
Cursor.getBestSize(int width,
int height)
Returns the 'best' cursor size based on the given preferred size.
|
protected abstract Size |
Application.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
(package private) static Size |
GtkCursor._getBestSize(int width,
int height) |
protected Size |
GtkApplication.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected Size |
IosApplication.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
(package private) static Size |
LensCursor.getBestSize_impl(int width,
int height) |
protected Size |
LensApplication.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
private static Size |
MacCursor._getBestSize(int width,
int height) |
(package private) static Size |
MacCursor.getBestSize_impl(int width,
int height) |
protected Size |
MacApplication.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
(package private) Size |
X11Cursor.getBestSize() |
(package private) Size |
OMAPCursor.getBestSize() |
(package private) Size |
MX6Cursor.getBestSize() |
(package private) abstract Size |
NativeCursor.getBestSize()
Returns the preferred size of a native cursor.
|
(package private) Size |
SoftwareCursor.getBestSize() |
(package private) Size |
DispmanCursor.getBestSize() |
(package private) Size |
NullCursor.getBestSize() |
protected Size |
MonocleApplication.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected Size |
SWTApplication.staticCursor_getBestSize(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
private static Size |
WinCursor._getBestSize(int width,
int height) |
(package private) static Size |
WinCursor.getBestSize_impl(int width,
int height) |
protected Size |
WinApplication.staticCursor_getBestSize(int width,
int height) |