Class LayoutZoomInListenerImpl
java.lang.Object
org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
org.gvsig.app.project.documents.layout.tools.LayoutZoomInListenerImpl
- All Implemented Interfaces:
LayoutRectangleListener,LayoutToolListener
public class LayoutZoomInListenerImpl
extends AbstractLayoutToolListener
implements LayoutRectangleListener
Implementaci�n de la interfaz LayoutRectangleListener como herramienta para
realizar un zoom m�s.
- Author:
- Vicente Caballero Navarro
-
Field Summary
Fields inherited from class org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
layoutManager, layoutPanel -
Constructor Summary
ConstructorsConstructorDescriptionLayoutZoomInListenerImpl(LayoutPanel layoutPanel) Crea un nuevo LayoutRectangleListenerImpl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCondición para que se cancele el dibujado.Devuelve la imagen del cursor de la herramienta.voidrectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent event) Invocado cuando el usuario selecciona un rectángulo en la vista.
-
Constructor Details
-
LayoutZoomInListenerImpl
Crea un nuevo LayoutRectangleListenerImpl.- Parameters:
s- Layout.
-
-
Method Details
-
rectangle
public void rectangle(org.gvsig.fmap.mapcontrol.tools.Events.EnvelopeEvent event) Description copied from interface:LayoutRectangleListenerInvocado cuando el usuario selecciona un rectángulo en la vista.- Specified by:
rectanglein interfaceLayoutRectangleListener- Parameters:
event- Rectangle.- See Also:
-
getImageCursor
Description copied from interface:LayoutToolListenerDevuelve la imagen del cursor de la herramienta.- Specified by:
getImageCursorin interfaceLayoutToolListener- Returns:
- ImageCursor.
- See Also:
-
cancelDrawing
public boolean cancelDrawing()Description copied from interface:LayoutToolListenerCondición para que se cancele el dibujado.- Specified by:
cancelDrawingin interfaceLayoutToolListener- Returns:
- True si se cancela el dibujado.
- See Also:
-