Package org.gvsig.layout.mapbox.tools
Class LayoutEditMapBoxListenerImpl
java.lang.Object
org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
org.gvsig.layout.mapbox.tools.LayoutEditMapBoxListenerImpl
- All Implemented Interfaces:
LayoutToolListener
Implementacion de la interfaz LayoutPanListener como herramienta para
realizar una seleccion.
- Author:
- gvSIG team
-
Field Summary
FieldsFields inherited from class org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
layoutManager, layoutPanel -
Constructor Summary
ConstructorsConstructorDescriptionLayoutEditMapBoxListenerImpl(LayoutPanel layoutPanel) Crea un nuevo LayoutSelectionListenerImpl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCondición para que se cancele el dibujado.voiddrag(FFrameMapBox frame, Integer relativePosition, Cell cell, Point2D.Double secondPoint) Devuelve la imagen del cursor de la herramienta.voidselectCell(FFrameMapBox frame, Cell cell)
-
Field Details
-
icrux
-
-
Constructor Details
-
LayoutEditMapBoxListenerImpl
Crea un nuevo LayoutSelectionListenerImpl.- Parameters:
l- Layout.
-
-
Method Details
-
getImageCursor
Description copied from interface:LayoutToolListenerDevuelve la imagen del cursor de la herramienta.- Returns:
- ImageCursor.
- See Also:
-
cancelDrawing
public boolean cancelDrawing()Description copied from interface:LayoutToolListenerCondición para que se cancele el dibujado.- Returns:
- True si se cancela el dibujado.
- See Also:
-
selectCell
-
drag
public void drag(FFrameMapBox frame, Integer relativePosition, Cell cell, Point2D.Double secondPoint)
-