Interface ILcdGXYLabelLabelingAlgorithmProvider<T extends ILcdGXYLabelingAlgorithm>
public interface ILcdGXYLabelLabelingAlgorithmProvider<T extends ILcdGXYLabelingAlgorithm>
This interface defines a method to retrieve a labeling algorithm for a label. This interface is
used by
TLcdGXYCompositeLabelingAlgorithm
and
TLcdGXYCompositeDiscretePlacementsLabelingAlgorithm
.- Since:
- 10.1
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns a labeling algorithm for the given label.
-
Method Details
-
getLabelingAlgorithm
This method returns a labeling algorithm for the given label. It is permitted to return the same labeling algorithm for different labels.- Parameters:
aLabel
- the label for which to retrieve an algorithm.- Returns:
- a labeling algorithm.
-