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, setColor
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
getScene
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public CompositeCurve()
CompositeCurve
public java.util.ArrayList<CompositeCurve.Segment> getSegments()
public void addSegment(Curve curve, boolean sameDirection)
curve
- sameDirection
- public void addSegment(Curve curve)
curve
-