|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A DrawingToolRequestor is an object that asks a DrawingTool to do something for it. The drawingComplete method is called when the DrawingTool is complete, letting the requestor know when it should get the map repainted, or to send the EditableOMGraphic to another object.
Method Summary | |
void |
drawingComplete(OMGraphic omg,
OMAction action)
The method where a graphic, and an action to take on the graphic, arrives. |
java.lang.String |
getName()
Needed to fill in a GUI with a receiver's name, to enable the user to send a graphic to a specific object. |
Method Detail |
public void drawingComplete(OMGraphic omg, OMAction action)
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |