java.lang.Object
org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelLocationMetrics
All Implemented Interfaces:
org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics

public class LabelLocationMetrics extends Object implements org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
LabelLocationMetrics.java
Author:
jaume dominguez faus - jaume.dominguez@iver.es Dec 17, 2007
  • Constructor Details

    • LabelLocationMetrics

      public LabelLocationMetrics(Point2D point2D, double rotation, boolean isFixed)
  • Method Details

    • getAnchor

      public Point2D getAnchor()
      Specified by:
      getAnchor in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
    • setAnchor

      public void setAnchor(Point anchor)
      Specified by:
      setAnchor in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
    • getRotation

      public double getRotation()
      Specified by:
      getRotation in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
    • setRotation

      public void setRotation(double rotation)
      Specified by:
      setRotation in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics
    • isFixed

      public boolean isFixed()
      Specified by:
      isFixed in interface org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelLocationMetrics