documentationfor yFiles for HTML 2.6

Method Return Values

firstSegment ()in BorderLineReturns the first segment or null if there is no such segment.
getSegmentAt (number)in BorderLineReturns the segment at the given position.
lastSegment ()in BorderLineReturns the last segment or null if there is no such segment.
next (BorderLineSegment)in BorderLineReturns the next segment or null if there is no such segment.
prev (BorderLineSegment)in BorderLineReturns the previous segment or null if there is no such segment.
next ()in BorderLineSegmentReturns the next segment or null if there is no such segment.
prev ()in BorderLineSegmentReturns the previous segment or null if there is no such segment.

Method Parameters

getMax (BorderLineSegment)in BorderLineReturns the maximum position of the given segment.
getMin (BorderLineSegment)in BorderLineReturns the minimum position of the given segment.
getSlope (BorderLineSegment)in BorderLineReturns the slope of the given segment.
getValue (BorderLineSegment)in BorderLineReturns the value of the minimum of the given segment.
getValueAt (BorderLineSegment, number)in BorderLineReturns the value that is set on this borderline at the specified position.
next (BorderLineSegment)in BorderLineReturns the next segment or null if there is no such segment.
prev (BorderLineSegment)in BorderLineReturns the previous segment or null if there is no such segment.