public class LayoutAddPointListenerImpl extends AbstractLayoutToolListener implements LayoutPointListener, ILayoutGraphicListener
| Modifier and Type | Field and Description |
|---|---|
static java.awt.Image |
iPoint |
layoutManager, layoutPanel| Constructor and Description |
|---|
LayoutAddPointListenerImpl(LayoutPanel layoutPanel)
Crea un nuevo LayoutZoomOutListenerImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelDrawing()
Condición para que se cancele el dibujado.
|
GeometryAdapter |
createGeometryAdapter() |
void |
endGraphic() |
java.awt.Image |
getImageCursor()
Devuelve la imagen del cursor de la herramienta.
|
void |
point(PointEvent event)
Invocado cuando se hace un pressed sobre la vista.
|
void |
pointDoubleClick(PointEvent event) |
public LayoutAddPointListenerImpl(LayoutPanel layoutPanel)
mapControl - MapControl.public void point(PointEvent event)
LayoutPointListenerpoint in interface LayoutPointListenerevent - PointEvent.org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener#point(com.iver.cit.gvsig.fmap.tools.PointEvent)public java.awt.Image getImageCursor()
LayoutToolListenergetImageCursor in interface LayoutToolListenerorg.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener#getCursor()public boolean cancelDrawing()
LayoutToolListenercancelDrawing in interface LayoutToolListenerToolListener.cancelDrawing()public void pointDoubleClick(PointEvent event)
pointDoubleClick in interface LayoutPointListenerpublic void endGraphic()
endGraphic in interface ILayoutGraphicListenerpublic GeometryAdapter createGeometryAdapter()
createGeometryAdapter in interface ILayoutGraphicListener