public interface ILabelCandidateDescriptorProvider
ILabelCandidateDescriptor
instances for a given pair of a ILabel
and a candidate parameter
.
This interface can be used by automatic labeling algorithms to help decide which labels candidate positions should be used.
ILabelCandidateDescriptor
Modifier and Type | Method and Description |
---|---|
ILabelCandidateDescriptor |
getDescriptor(ILabel label,
ILabelModelParameter layoutParameter)
Gets the descriptor for a given pair of a label and a
ILabelModelParameter . |
ILabelCandidateDescriptor getDescriptor(ILabel label, ILabelModelParameter layoutParameter)
ILabelModelParameter
.label
- The label to possibly assign the layoutParameter
.layoutParameter
- The parameter to provide a descriptor for if applied to the given label
.null
.