Package | Description |
---|---|
org.scijava.input | |
org.scijava.tool | |
org.scijava.ui.awt |
Modifier and Type | Method and Description |
---|---|
static MouseCursor |
MouseCursor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseCursor[] |
MouseCursor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default MouseCursor |
Tool.getCursor()
The tool's mouse pointer.
|
Modifier and Type | Method and Description |
---|---|
static Cursor |
AWTCursors.getCursor(MouseCursor cursorCode)
Gets the AWT
Cursor corresponding to the given ImageJ
MouseCursor . |
static int |
AWTCursors.getCursorCode(MouseCursor cursorCode)
Gets the AWT cursor code corresponding to the given ImageJ
MouseCursor . |
Copyright © 2015–2022 SciJava. All rights reserved.