|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.geom.BorderLine.Segment
public static class BorderLine.Segment
The handle of a segment of a borderline.
Method Summary | |
---|---|
double |
getEnd()
Returns the end of this segment. |
double |
getValueAt(double position)
Returns the segment's value at the given position. |
BorderLine.Segment |
next()
Returns the next segment or null if there is
no such segment. |
BorderLine.Segment |
prev()
Returns the previous segment or null if there is
no such segment. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double getValueAt(double position)
position
- the position the value is retrieved for.
public double getEnd()
public final BorderLine.Segment prev()
null
if there is
no such segment.
public final BorderLine.Segment next()
null
if there is
no such segment.
public java.lang.String toString()
toString
in class java.lang.Object
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |