|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class provides core functionality for drawing a map. A redraw is required if any of the parameters in the associated Context changes.
Method Summary | |
Tool |
getTool()
Deprecated. Get the tool assigned to this mapPane. |
void |
setTool(Tool tool)
Deprecated. Set the tool for this mapPane. |
Methods inherited from interface org.geotools.map.event.MapBoundsListener |
mapBoundsChanged |
Methods inherited from interface org.geotools.map.event.MapLayerListListener |
layerAdded, layerChanged, layerMoved, layerRemoved |
Method Detail |
public void setTool(Tool tool) throws java.lang.IllegalArgumentException
tool
- The tool to use for this mapPane.
java.lang.IllegalArgumentException
- if tool is null.public Tool getTool()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |