CompositeCurve.Segment
Contents
[
Hide
]Inheritance: java.lang.Object
public static class CompositeCurve.Segment
The curve segment
Constructors
| Constructor | Description |
|---|---|
| Segment() |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getCurve() | The curve used in the segment |
| getSameDirection() | Use the same direction of the original curve, or use reversed direction |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setCurve(Curve value) | The curve used in the segment |
| setSameDirection(boolean value) | Use the same direction of the original curve, or use reversed direction |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Segment()
public Segment()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCurve()
public Curve getCurve()
The curve used in the segment
Returns: Curve - The curve used in the segment
getSameDirection()
public boolean getSameDirection()
Use the same direction of the original curve, or use reversed direction
Returns: boolean - Use the same direction of the original curve, or use reversed direction
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setCurve(Curve value)
public void setCurve(Curve value)
The curve used in the segment
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Curve | New value |
setSameDirection(boolean value)
public void setSameDirection(boolean value)
Use the same direction of the original curve, or use reversed direction
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | New value |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |