Usages of BorderLineSegment
Properties
firstSegment | in BorderLine | Returns the first segment or null if there is no such segment. | |
lastSegment | in BorderLine | Returns the last segment or null if there is no such segment. | |
next | in BorderLineSegment | Gets the next segment in the sequence. | |
previous | in BorderLineSegment | Gets the previous segment in the sequence. |
Method Return Values
getSegmentAt (number) | in BorderLine | Returns the segment at the given position. |
Method Parameters
getMax (BorderLineSegment) | in BorderLine | Returns the highest position of the given segment. | |
getMinPosition (BorderLineSegment) | in BorderLine | Returns the lowest position of the given segment. | |
getSlope (BorderLineSegment) | in BorderLine | Returns the slope of the given segment. | |
getValue (BorderLineSegment) | in BorderLine | Returns the value at the lowest position of the given segment. | |
getValueAt (BorderLineSegment, number) | in BorderLine | Returns the value that is set on this borderline at the specified position. |