public class CompoundLabelPlacement extends Object implements ILabelPlacement
Constructor and Description |
---|
CompoundLabelPlacement(ILabelPlacement[] suitablePlacements) |
Modifier and Type | Method and Description |
---|---|
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 ILabelPlacement
public ArrayList<LabelLocationMetrics> guess(ILabelClass lc, Geometry geom, IPlacementConstraints constraints, double cartographicSymbolSize, Cancellable cancel, ViewPort vp)
guess
in interface ILabelPlacement