class HeadlessPlatform extends NativePlatform
accScreen| Constructor and Description |
|---|
HeadlessPlatform() |
| Modifier and Type | Method and Description |
|---|---|
protected NativeCursor |
createCursor()
Creates the NativeCursor for this platform.
|
protected InputDeviceRegistry |
createInputDeviceRegistry()
Creates the InputDeviceRegistry for this platform.
|
protected NativeScreen |
createScreen()
Creates the NativeScreen for this platform.
|
getAcceleratedScreen, getCursor, getInputDeviceRegistry, getRunnableProcessor, getScreen, shutdownprotected InputDeviceRegistry createInputDeviceRegistry()
NativePlatformcreateInputDeviceRegistry in class NativePlatformprotected NativeCursor createCursor()
NativePlatformcreateCursor in class NativePlatformprotected NativeScreen createScreen()
NativePlatformcreateScreen in class NativePlatform