Usages of BorderLine
Properties
areaOutline | in ClearAreaLayout | Gets or sets the outline describing the shape of the area that must be cleared. |
Method Return Values
createCopy (boolean?, boolean?) | in BorderLine | Creates a copy of this borderline, optionally negating the values or offsets | |
createMaximum (BorderLine) | in BorderLine | Merges this borderline with the given borderline using the "maximum" policy. | |
createMinimum (BorderLine) | in BorderLine | Merges this borderline with the given borderline using the "minimum" policy. | |
createAreaOutline (LayoutGraph, IEnumerable<LayoutNode>, IEnumerable<LayoutEdge>) | in ClearAreaLayout | Creates the outline that describes the shape of the given nodes and edges. | |
getBorderLine (Side) | in SubtreeShape | Returns the BorderLine instance that describes the SubtreeShape at the given side. |
Method Parameters
createMaximum (BorderLine) | in BorderLine | Merges this borderline with the given borderline using the "maximum" policy. | |
createMinimum (BorderLine) | in BorderLine | Merges this borderline with the given borderline using the "minimum" policy. | |
getDistanceTo (BorderLine) | in BorderLine | Calculates the minimum distance between this borderline and the other one. | |
mergeWithMax (BorderLine) | in BorderLine | Merges this borderline with the given borderline using the "maximum" policy. | |
mergeWithMin (BorderLine) | in BorderLine | Merges this borderline with the given borderline using the "minimum" policy. | |
ClearAreaLayout () | in ClearAreaLayout | Creates a new instance of ClearAreaLayout with default settings. |