Classes to facilitate plugin handling of
map
displays.
-
MapCursorCollection.addCursor(int x,
int y,
byte direction)
Add a cursor to the collection.
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type)
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type,
boolean visible)
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type,
boolean visible,
String caption)
Add a cursor to the collection.
Get a cursor from this collection.
Add a cursor to the collection.
boolean
Remove a cursor from the collection.