|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCursorManager
public class CursorManager
A singleton cursor manager.
This takes care of creating, reusing and managing the various cursors.
Field Summary | |
---|---|
static Point |
CURSOR_HOTSPOT_INFO
Info Cursor hotspot coordinates |
static Point |
CURSOR_HOTSPOT_PAN
Pan Cursor hotspot coordinates |
static Point |
CURSOR_HOTSPOT_ZOOMIN
Zoomin Cursor hotspot coordinates |
static Point |
CURSOR_HOTSPOT_ZOOMOUT
Zoomout Cursor hotspot coordinates |
Method Summary | |
---|---|
Cursor |
getArrowCursor()
|
Cursor |
getInfoCursor()
|
static CursorManager |
getInstance()
|
Cursor |
getPanCursor()
|
Cursor |
getZoominCursor()
|
Cursor |
getZoomoutCursor()
|
void |
setCursor(Image image,
Point hotspot)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Point CURSOR_HOTSPOT_INFO
public static final Point CURSOR_HOTSPOT_PAN
public static final Point CURSOR_HOTSPOT_ZOOMIN
public static final Point CURSOR_HOTSPOT_ZOOMOUT
Method Detail |
---|
public static CursorManager getInstance()
public Cursor getArrowCursor()
public Cursor getInfoCursor()
public Cursor getPanCursor()
public Cursor getZoominCursor()
public Cursor getZoomoutCursor()
public void setCursor(Image image, Point hotspot)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |