public class CompositeCurve extends Curve
CompositeCurve is consisting of several curve segments.| Modifier and Type | Class and Description |
|---|---|
static class |
CompositeCurve.Segment
The curve segment
|
name, properties| Constructor and Description |
|---|
CompositeCurve()
Constructor of
CompositeCurve |
| Modifier and Type | Method and Description |
|---|---|
void |
addSegment(Curve curve)
The
|
void |
addSegment(Curve curve,
boolean sameDirection)
The
|
java.util.ArrayList<CompositeCurve.Segment> |
getSegments()
The segments of the curve.
|
getColor, getEntityRendererKey, setColorgetBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic CompositeCurve()
CompositeCurvepublic java.util.ArrayList<CompositeCurve.Segment> getSegments()
public void addSegment(Curve curve, boolean sameDirection)
curve - sameDirection - public void addSegment(Curve curve)
curve -