public static class CompositeCurve.Segment
extends java.lang.Object
| Constructor and Description |
|---|
Segment() |
| Modifier and Type | Method and Description |
|---|---|
Curve |
getCurve()
The curve used in the segment
|
boolean |
getSameDirection()
Use the same direction of the original curve, or use reversed direction
|
void |
setCurve(Curve value)
The curve used in the segment
|
void |
setSameDirection(boolean value)
Use the same direction of the original curve, or use reversed direction
|
public Curve getCurve()
public void setCurve(Curve value)
value - New valuepublic boolean getSameDirection()
public void setSameDirection(boolean value)
value - New value