public final class AWTCursors extends Object
MouseCursor
s into AWT Cursor
s.Modifier and Type | Method and Description |
---|---|
static Cursor |
getCursor(MouseCursor cursorCode)
Gets the AWT
Cursor corresponding to the given ImageJ
MouseCursor . |
static int |
getCursorCode(MouseCursor cursorCode)
Gets the AWT cursor code corresponding to the given ImageJ
MouseCursor . |
public static Cursor getCursor(MouseCursor cursorCode)
Cursor
corresponding to the given ImageJ
MouseCursor
.public static int getCursorCode(MouseCursor cursorCode)
MouseCursor
.Copyright © 2015–2022 SciJava. All rights reserved.