public class CompoundLabelPlacement extends java.lang.Object implements ILabelPlacement
| Constructor and Description |
|---|
CompoundLabelPlacement(ILabelPlacement[] suitablePlacements) |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<LabelLocationMetrics> |
guess(ILabelClass lc,
Geometry geom,
IPlacementConstraints constraints,
double cartographicSymbolSize,
Cancellable cancel,
ViewPort vp) |
boolean |
isSuitableFor(IPlacementConstraints placementConstraints,
int shapeType) |
public CompoundLabelPlacement(ILabelPlacement[] suitablePlacements)
public boolean isSuitableFor(IPlacementConstraints placementConstraints, int shapeType)
isSuitableFor in interface ILabelPlacementpublic java.util.ArrayList<LabelLocationMetrics> guess(ILabelClass lc, Geometry geom, IPlacementConstraints constraints, double cartographicSymbolSize, Cancellable cancel, ViewPort vp)
guess in interface ILabelPlacement