Package | Description |
---|---|
com.sun.glass.ui.monocle |
Modifier and Type | Class and Description |
---|---|
(package private) class |
DispmanCursor
Cursor using dispman API.
|
(package private) class |
MX6Cursor
Cursor using a framebuffer overlay on Freescale i.MX6.
|
(package private) class |
NullCursor
Provides an implementation of NativeCursor that does nothing and does not
show a cursor on the screen.
|
(package private) class |
OMAPCursor
Cursor using a framebuffer overlay on OMAP3.
|
(package private) class |
SoftwareCursor
Provides an implementation of NativeCursor that overlays a cursor image on
top of a software-rendered framebuffer.
|
class |
X11Cursor
Provides a native cursor for use with X11.
|
class |
X11WarpingCursor
Native cursor for use with X11 when we are NOT using x11 input
|
Modifier and Type | Field and Description |
---|---|
private NativeCursor |
NativePlatform.cursor |
Modifier and Type | Method and Description |
---|---|
protected abstract NativeCursor |
NativePlatform.createCursor()
Creates the NativeCursor for this platform.
|
protected NativeCursor |
DispmanPlatform.createCursor() |
protected NativeCursor |
HeadlessPlatform.createCursor() |
protected NativeCursor |
X11Platform.createCursor()
Create the appropriate X11 cursor.
|
protected NativeCursor |
AndroidPlatform.createCursor() |
protected NativeCursor |
OMAPPlatform.createCursor() |
protected NativeCursor |
MX6Platform.createCursor() |
protected NativeCursor |
LinuxPlatform.createCursor() |
(package private) NativeCursor |
NativePlatform.getCursor()
Obtains the singleton NativeCursor
|