documentationfor yFiles for HTML 3.0.0.3

Usages of BorderLine

Properties

areaOutlinein ClearAreaLayoutGets or sets the outline describing the shape of the area that must be cleared.

Method Return Values

createCopy (boolean?, boolean?)in BorderLineCreates a copy of this borderline, optionally negating the values or offsets
createMaximum (BorderLine)in BorderLineMerges this borderline with the given borderline using the "maximum" policy.
createMinimum (BorderLine)in BorderLineMerges this borderline with the given borderline using the "minimum" policy.
createAreaOutline (LayoutGraph, IEnumerable<LayoutNode>, IEnumerable<LayoutEdge>)in ClearAreaLayoutCreates the outline that describes the shape of the given nodes and edges.
getBorderLine (Side)in SubtreeShapeReturns the BorderLine instance that describes the SubtreeShape at the given side.

Method Parameters

createMaximum (BorderLine)in BorderLineMerges this borderline with the given borderline using the "maximum" policy.
createMinimum (BorderLine)in BorderLineMerges this borderline with the given borderline using the "minimum" policy.
getDistanceTo (BorderLine)in BorderLineCalculates the minimum distance between this borderline and the other one.
mergeWithMax (BorderLine)in BorderLineMerges this borderline with the given borderline using the "maximum" policy.
mergeWithMin (BorderLine)in BorderLineMerges this borderline with the given borderline using the "minimum" policy.
ClearAreaLayout ()in ClearAreaLayoutCreates a new instance of ClearAreaLayout with default settings.