public class MultiShapePlacement extends java.lang.Object implements ILabelPlacement
| Constructor and Description |
|---|
MultiShapePlacement(ILabelPlacement pointPlacement,
ILabelPlacement linePlacement,
ILabelPlacement polygonPlacement)
Creates a new instance of MultiShapePlacement initializing the respective
placements to those passed as parameters.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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) |
public MultiShapePlacement(ILabelPlacement pointPlacement, ILabelPlacement linePlacement, ILabelPlacement polygonPlacement)
pointPlacement, - the placement for pointslinePlacement, - the placement for linespolygonPlacement, - the placement for polygonspublic java.util.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)
guess in interface ILabelPlacementpublic boolean isSuitableFor(org.gvsig.fmap.mapcontext.rendering.legend.styling.IPlacementConstraints placementConstraints,
int shapeType)
isSuitableFor in interface ILabelPlacementCopyright © 2025 gvSIG Association. All rights reserved.