|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Tool | |
| org.geotools.gui.tools | |
| org.geotools.gui.widget | |
| Uses of Tool in org.geotools.gui.tools |
| Subinterfaces of Tool in org.geotools.gui.tools | |
interface |
ClickPanTool
Pan the map so that the new extent has the click point in the middle of the map. |
interface |
ClickZoomTool
Pan the map so that the new extent has the click point in the middle of the map and then zoom in/out by the zoomFactor. |
interface |
PanTool
A tool which provides methods for panning. |
interface |
ZoomTool
A tool which provides methods for zooming. |
| Classes in org.geotools.gui.tools that implement Tool | |
class |
AbstractTool
Base class for all the geotools Tools, like PanTool, ZoomTool, etc. |
class |
ClickPanToolImpl
Pan the map so that the new extent has the click point in the middle of the map and then zoom in/out by the zoomFactor. |
class |
ClickZoomToolImpl
Pan the map so that the new extent has the click point in the middle of the map and then zoom in/out by the zoomFactor. |
class |
PanToolImpl
Provides both Click/Pan and Drap/Pan functionality. |
class |
ZoomToolImpl
Provides both Click/Zoom and Drag/Zoom functionality. |
| Methods in org.geotools.gui.tools that return Tool | |
Tool |
ToolListImpl.getSelectedTool()
Get the tool. |
Tool |
ToolList.getSelectedTool()
Get the SelectedTool. |
| Methods in org.geotools.gui.tools with parameters of type Tool | |
void |
ToolListImpl.setSelectedTool(Tool selectedTool)
Set the tool. |
void |
ToolList.setSelectedTool(Tool tool)
Set the SelectedTool. |
| Uses of Tool in org.geotools.gui.widget |
| Methods in org.geotools.gui.widget that return Tool | |
Tool |
MapPane.getTool()
Deprecated. Get the tool assigned to this mapPane. |
| Methods in org.geotools.gui.widget with parameters of type Tool | |
void |
MapPane.setTool(Tool tool)
Deprecated. Set the tool for this mapPane. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||