| Package | Description |
|---|---|
| com.sun.javafx.cursor | |
| javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
| Modifier and Type | Field and Description |
|---|---|
private CursorType |
StandardCursorFrame.cursorType |
| Modifier and Type | Method and Description |
|---|---|
CursorType |
ImageCursorFrame.getCursorType() |
CursorType |
StandardCursorFrame.getCursorType() |
abstract CursorType |
CursorFrame.getCursorType() |
static CursorType |
CursorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CursorType[] |
CursorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StandardCursorFrame(CursorType cursorType) |
| Constructor and Description |
|---|
StandardCursor(java.lang.String name,
CursorType type) |