|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.gui.CursorManager
Manages the loading and supplying of application cursors to other classes.
Implements the singleton design pattern.
Method Summary | |
static CursorManager |
getCursorManager()
Provides access to the single instance of this class. |
java.awt.Cursor |
getTransformationCursor(TransformType type)
Returns the appropriate cursor for a given transformation type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static CursorManager getCursorManager()
public java.awt.Cursor getTransformationCursor(TransformType type)
type
- Type of transformation which returned cursor is to represent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |