org.geotools.swing.action
Class ZoomInAction
Object
AbstractAction
MapAction
ZoomInAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class ZoomInAction
- extends MapAction
An action for connect a control (probably a JButton) to
the ZoomInTool for zooming the map with mouse clicks
or drags.
- Since:
- 2.6
- Author:
- Michael Bedward
- See Also:
- Serialized Form
- Module:
modules/unsupported/swing (gt-swing.jar)
ZoomInAction
public ZoomInAction(JMapPane mapPane)
- Constructor. The associated control will be labelled with an icon.
- Parameters:
mapPane
- the map pane being serviced by this action
ZoomInAction
public ZoomInAction(JMapPane mapPane,
boolean showToolName)
- Constructor. The associated control will be labelled with an icon and,
optionally, the tool name.
- Parameters:
mapPane
- the map pane being serviced by this actionshowToolName
- set to true for the control to display the tool name
actionPerformed
public void actionPerformed(ActionEvent ev)
- Called when the associated control is activated. Leads to the
map pane's cursor tool being set to a new ZoomInTool object
- Parameters:
ev
- the event (not used)
Copyright © 1996-2010 Geotools. All Rights Reserved.