Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
PortCandidateSet.IEntry |
PortCandidateSet.ICandidateMatcher.findMatchingCandidate()
Returns the next best matching
PortCandidateSet.IEntry . |
PortCandidateSet.IEntry |
PortCandidateSet.ICandidateMatcher.findMatchingCandidate(Edge edge,
boolean source,
double xOffset,
double yOffset,
PortDirections directionMask)
Returns the next best matching
PortCandidateSet.IEntry for the given parameters. |
PortCandidateSet.IEntry |
PortCandidateSet.ICandidateMatcher.findMatchingCandidate(Edge edge,
boolean source,
PortDirections directionMask)
Returns the next best matching
PortCandidateSet.IEntry for the given parameters. |
Modifier and Type | Method and Description |
---|---|
protected double |
PortCandidateSet.getCost(PortCandidateSet.IEntry entry,
Edge edge,
boolean source,
double xOffset,
double yOffset)
Calculates the penalty cost for the usage of the given
entry and the given parameters. |
protected double |
PortCandidateSet.getPriority(PortCandidateSet.IEntry entry,
Edge edge,
boolean source)
Calculates the priority of the given
entry . |
void |
PortCandidateSet.remove(PortCandidateSet.IEntry entry)
Removes the given
entry from the list of candidate entries. |