Package | Description |
---|---|
com.yworks.yfiles.algorithms | |
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
BorderLine |
BorderLine.createCopy(boolean negateValues,
boolean negateOffsets)
Creates a copy of this borderline.
|
BorderLine |
BorderLine.createMax(BorderLine other)
Merges this borderline with the given borderline using the "maximum" policy.
|
BorderLine |
BorderLine.createMin(BorderLine other)
Merges this borderline with the given borderline using the "minimum" policy.
|
Modifier and Type | Method and Description |
---|---|
void |
BorderLine.adoptValues(BorderLine other)
Convenience method that copies the actual data from the given argument to this instance.
|
BorderLine |
BorderLine.createMax(BorderLine other)
Merges this borderline with the given borderline using the "maximum" policy.
|
BorderLine |
BorderLine.createMin(BorderLine other)
Merges this borderline with the given borderline using the "minimum" policy.
|
double |
BorderLine.getDistanceTo(BorderLine greater)
Calculates the minimal distance between this borderline and the other one.
|
void |
BorderLine.mergeWithMax(BorderLine other)
Merges this borderline with the given borderline using the "maximum" policy.
|
void |
BorderLine.mergeWithMin(BorderLine other)
Merges this borderline with the given borderline using the "minimum" policy.
|
Modifier and Type | Method and Description |
---|---|
BorderLine |
INodeData.createBorderLine(int side,
INodeLayout nodeLayout)
Creates, stores and returns a
BorderLine for the given side or returns the current BorderLine instance
if it already exists. |
BorderLine |
INodeData.getNormalizedBorderLine(int side)
Returns a
BorderLine for the given side which is treated as if the position of the node is at (0,0). |
Modifier and Type | Method and Description |
---|---|
BorderLine |
TreeLayout.SubtreeShape.getBorderLine(int index)
Returns the
BorderLine instance that describes the TreeLayout.SubtreeShape at the given side. |