Class PolygonPlacementInside

java.lang.Object
org.gvsig.labeling.placements.MarkerPlacementOnPoint
org.gvsig.labeling.placements.PolygonPlacementInside
All Implemented Interfaces:
ILabelPlacement

public class PolygonPlacementInside extends MarkerPlacementOnPoint implements ILabelPlacement
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ArrayList<org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelLocationMetrics>
    guess(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lc, org.gvsig.fmap.geom.Geometry geom, org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints, double cartographicSymbolSize, org.gvsig.tools.task.Cancellable cancel)
     
    ArrayList<org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelLocationMetrics>
    guess(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lc, org.gvsig.fmap.geom.Geometry geom, org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints, double cartographicSymbolSize, org.gvsig.tools.task.Cancellable cancel, org.gvsig.fmap.mapcontext.ViewPort vp)
     
    boolean
    isSuitableFor(org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints, int shapeType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PolygonPlacementInside

      public PolygonPlacementInside()
  • Method Details

    • guess

      public ArrayList<org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelLocationMetrics> guess(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lc, org.gvsig.fmap.geom.Geometry geom, org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints, double cartographicSymbolSize, org.gvsig.tools.task.Cancellable cancel, org.gvsig.fmap.mapcontext.ViewPort vp)
      Specified by:
      guess in interface ILabelPlacement
      Overrides:
      guess in class MarkerPlacementOnPoint
    • guess

      public ArrayList<org.gvsig.symbology.fmap.mapcontext.rendering.legend.styling.LabelLocationMetrics> guess(org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass lc, org.gvsig.fmap.geom.Geometry geom, org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints, double cartographicSymbolSize, org.gvsig.tools.task.Cancellable cancel)
      Overrides:
      guess in class MarkerPlacementOnPoint
    • isSuitableFor

      public boolean isSuitableFor(org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints, int shapeType)
      Specified by:
      isSuitableFor in interface ILabelPlacement
      Overrides:
      isSuitableFor in class MarkerPlacementOnPoint