CompositeCurve.Segment

Inheritance: java.lang.Object

public static class CompositeCurve.Segment

The curve segment

Constructors

ConstructorDescription
Segment()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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

getSameDirection()

public boolean getSameDirection()

Use the same direction of the original curve, or use reversed direction

Returns: boolean

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:

ParameterTypeDescription
valueCurveNew value

setSameDirection(boolean value)

public void setSameDirection(boolean value)

Use the same direction of the original curve, or use reversed direction

Parameters:

ParameterTypeDescription
valuebooleanNew value

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int