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 Link icon

    Modifier and Type
    Method
    Description
    This method returns a labeling algorithm for the given label.
  • Method Details Link icon

    • getLabelingAlgorithm Link icon

      T getLabelingAlgorithm(TLcdLabelIdentifier aLabel)
      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.