Package | Description |
---|---|
com.yworks.yfiles.algorithms |
Modifier and Type | Method and Description |
---|---|
BorderLine.Segment |
BorderLine.firstSegment()
Returns the first segment or
null if there is no such segment. |
BorderLine.Segment |
BorderLine.getSegmentAt(double pos)
Returns the segment at the given position.
|
BorderLine.Segment |
BorderLine.lastSegment()
Returns the last segment or
null if there is no such segment. |
BorderLine.Segment |
BorderLine.Segment.next()
Returns the next segment or
null if there is no such segment. |
BorderLine.Segment |
BorderLine.next(BorderLine.Segment s)
Returns the next segment or
null if there is no such segment. |
BorderLine.Segment |
BorderLine.Segment.prev()
Returns the previous segment or
null if there is no such segment. |
BorderLine.Segment |
BorderLine.prev(BorderLine.Segment s)
Returns the previous segment or
null if there is no such segment. |
Modifier and Type | Method and Description |
---|---|
double |
BorderLine.getMax(BorderLine.Segment s)
Returns the maximum position of the given segment.
|
double |
BorderLine.getMin(BorderLine.Segment s)
Returns the minimum position of the given segment.
|
double |
BorderLine.getSlope(BorderLine.Segment s)
Returns the slope of the given segment.
|
double |
BorderLine.getValue(BorderLine.Segment s)
Returns the value of the minimum of the given segment.
|
double |
BorderLine.getValueAt(BorderLine.Segment segment,
double pos)
Returns the value that is set on this borderline at the specified position.
|
BorderLine.Segment |
BorderLine.next(BorderLine.Segment s)
Returns the next segment or
null if there is no such segment. |
BorderLine.Segment |
BorderLine.prev(BorderLine.Segment s)
Returns the previous segment or
null if there is no such segment. |