Package | Description |
---|---|
de.lessvoid.nifty.batch | |
de.lessvoid.nifty.batch.spi | |
de.lessvoid.nifty.nulldevice | |
de.lessvoid.nifty.render | |
de.lessvoid.nifty.spi.render |
Modifier and Type | Method and Description |
---|---|
MouseCursor |
BatchRenderDevice.createMouseCursor(String filename,
int hotspotX,
int hotspotY) |
Modifier and Type | Method and Description |
---|---|
void |
BatchRenderDevice.enableMouseCursor(MouseCursor mouseCursor) |
Modifier and Type | Method and Description |
---|---|
MouseCursor |
BatchRenderBackend.createMouseCursor(String filename,
int hotspotX,
int hotspotY)
Create a new mouse cursor.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchRenderBackend.enableMouseCursor(MouseCursor mouseCursor)
Enable the given mouse cursor.
|
Modifier and Type | Method and Description |
---|---|
MouseCursor |
NullRenderDevice.createMouseCursor(String filename,
int hotspotX,
int hotspotY) |
Modifier and Type | Method and Description |
---|---|
void |
NullRenderDevice.enableMouseCursor(MouseCursor mouseCursor) |
Modifier and Type | Method and Description |
---|---|
MouseCursor |
ScalingRenderDevice.createMouseCursor(String filename,
int hotspotX,
int hotspotY) |
Modifier and Type | Method and Description |
---|---|
void |
ScalingRenderDevice.enableMouseCursor(MouseCursor mouseCursor) |
Modifier and Type | Method and Description |
---|---|
MouseCursor |
RenderDevice.createMouseCursor(String filename,
int hotspotX,
int hotspotY)
Create a new mouse cursor.
|
Modifier and Type | Method and Description |
---|---|
void |
RenderDevice.enableMouseCursor(MouseCursor mouseCursor)
Enable the given mouse cursor.
|
Copyright © 2013. All Rights Reserved.