|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that describes the properties of a candidate ILabelModelParameter
.
Automatic labeling algorithms may require additional properties for a set of ILabelModelParameter
s.
This interface can be used to provide this information for a pair of ILabel
and ILabelModelParameter
via the ILabelCandidateDescriptorProvider
provider interface.
Method Summary | |
double |
getProfit()
Gets the profit to weigh in if this candidate is chosen. |
boolean |
isExternalCandidate()
Gets a value indicating whether this candidate is deemed an external candidate. |
Method Detail |
public boolean isExternalCandidate()
This is mainly for node labels, where the label may be a visual part of the node's internals, but could be used for edge labels, too, if the edge occupies significant amounts of space, visually.
public double getProfit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |