|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.gui.tool.listener.ZoomInRectListener
This listener is associated with the zoom-by-rectangle tool. It will zoom the map to the indicated rectangle.
RectangleBehavior
,
ViewPort
Field Summary | |
static double |
ZOOM_OUT_FACTOR
|
Constructor Summary | |
ZoomInRectListener()
|
Method Summary | |
boolean |
cancelDrawing()
This method asks the listener to cancel the current drawing process (currently unsued) |
java.awt.Cursor |
getCursor()
Gets the cursor that should be used while this tool is active. |
void |
point(PointEvent event)
This method is called when a drag event happens. |
void |
rectangle(RectangleEvent event)
This method will be called when the rectangle eventy happens after a drag-amd-drop process. |
void |
setMapControl(MapControl mc)
Sets the MapControl object that will be updated by
this listener. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final double ZOOM_OUT_FACTOR
Constructor Detail |
public ZoomInRectListener()
Method Detail |
public void rectangle(RectangleEvent event)
rectangle
in interface RectangleToolListener
event
- the rectangle event that indicates the zone of interestpublic java.awt.Cursor getCursor()
getCursor
in interface ToolListener
public boolean cancelDrawing()
cancelDrawing
in interface ToolListener
public void setMapControl(MapControl mc)
MapControl
object that will be updated by
this listener.
setMapControl
in interface ToolListener
mc
- the MapControl
object to be used by this listener.public void point(PointEvent event)
point
in interface RectangleToolListener
event
- the point event that indicates a drag event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |