|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.graphbuilder.curve.Curve
com.graphbuilder.curve.Polyline
A polyline is a sequence of connected line segments based on the control-path points specified by the group-iterator.
Field Summary |
Fields inherited from class com.graphbuilder.curve.Curve |
connect, cp, gi |
Constructor Summary | |
Polyline(ControlPath cp,
GroupIterator gi)
|
Method Summary | |
void |
appendTo(MultiPath mp)
Appends a sequence of points defined by this curve to the multi-path. |
Methods inherited from class com.graphbuilder.curve.Curve |
getConnect, getControlPath, getGroupIterator, resetMemory, setConnect, setControlPath, setGroupIterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Polyline(ControlPath cp, GroupIterator gi)
Method Detail |
public void appendTo(MultiPath mp)
Curve
appendTo
in class Curve
MultiPath
,
BinaryCurveApproximationAlgorithm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |