|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.awt.Cursors
Java AWT dependent class which provides utility methods that are useful when working with mouse cursors in the context of the Java AWT.
| Method Summary | |
static void |
registerPredefinedCursorConstants(CursorRegistry registry)
Registers the predefined cursors to the CursorRegistry given
by registry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final void registerPredefinedCursorConstants(CursorRegistry registry)
Registers the predefined cursors to the CursorRegistry given
by registry. The predefined cursors are listed within an
enumeration of the GraphicConstants class.
This method registers the predefines cursor types to the
CursorRegistry by using key objects and the corresponding
constants from the Cursor class of Java AWT.
registry - the CursorRegistry to register the
predefined cursor types to.CursorRegistry,
Cursor
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||