Class AbstractLayoutGraphicListener
java.lang.Object
org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
org.gvsig.app.project.documents.layout.tools.AbstractLayoutGraphicListener
- All Implemented Interfaces:
ILayoutGraphicListener,LayoutToolListener
- Direct Known Subclasses:
LayoutAddCircleListenerImpl,LayoutAddLineListenerImpl,LayoutAddPolylineListenerImpl,LayoutAddRectangleListenerImpl
public abstract class AbstractLayoutGraphicListener
extends AbstractLayoutToolListener
implements ILayoutGraphicListener
- Version:
- $Id$
- Author:
- gvSIG Team
-
Field Summary
Fields inherited from class org.gvsig.app.project.documents.layout.tools.AbstractLayoutToolListener
layoutManager, layoutPanel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.app.project.documents.layout.tools.listener.LayoutToolListener
cancelDrawing, getImageCursor
-
Constructor Details
-
AbstractLayoutGraphicListener
- Parameters:
theLayoutPanel-
-
-
Method Details
-
endGraphic
public void endGraphic()- Specified by:
endGraphicin interfaceILayoutGraphicListener
-
getFFrameGraphicsType
public abstract int getFFrameGraphicsType() -
createGeometryAdapter
- Specified by:
createGeometryAdapterin interfaceILayoutGraphicListener
-