Class RotatePointListenerImpl
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
org.gvsig.legend.urbanhorizontalsignage.app.rotate.RotatePointListenerImpl
- All Implemented Interfaces:
org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener,RotatePointListener
public class RotatePointListenerImpl
extends org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
implements RotatePointListener
- Author:
- gvSIG Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener
cancelDrawing, getImageCursorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener
cancelDrawing, getImageCursor
-
Field Details
-
ROTATE_TOOL_NAME
- See Also:
-
-
Constructor Details
-
RotatePointListenerImpl
public RotatePointListenerImpl()
-
-
Method Details
-
rotate
public void rotate(org.gvsig.fmap.dal.feature.Feature feature, String fieldName, double angle) throws org.gvsig.fmap.mapcontrol.tools.BehaviorException - Specified by:
rotatein interfaceRotatePointListener- Throws:
org.gvsig.fmap.mapcontrol.tools.BehaviorException
-