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
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rotate(org.gvsig.fmap.dal.feature.Feature feature, String fieldName, double angle)
     

    Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Listeners.AbstractToolListener

    cancelDrawing, getImageCursor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener

    cancelDrawing, getImageCursor
  • Field Details

  • 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:
      rotate in interface RotatePointListener
      Throws:
      org.gvsig.fmap.mapcontrol.tools.BehaviorException