PatchDirection

Inheritance: java.lang.Object

public class PatchDirection

Patch’s U and V direction.

Constructors

ConstructorDescription
PatchDirection()

Methods

MethodDescription
equals(Object arg0)
getClass()
getClosed()Gets a value indicating whether this PatchDirection is a closed curve.
getControlPoints()Gets the count of control points in current direction.
getDivisions()Gets the number of divisions between adjacent control points.
getType()Gets the patch’s type.
hashCode()
notify()
notifyAll()
setClosed(boolean value)Sets a value indicating whether this PatchDirection is a closed curve.
setControlPoints(int value)Sets the count of control points in current direction.
setDivisions(int value)Sets the number of divisions between adjacent control points.
setType(PatchDirectionType value)Sets the patch’s type.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PatchDirection()

public PatchDirection()

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

getClosed()

public boolean getClosed()

Gets a value indicating whether this PatchDirection is a closed curve.

Returns: boolean

getControlPoints()

public int getControlPoints()

Gets the count of control points in current direction.

Returns: int

getDivisions()

public int getDivisions()

Gets the number of divisions between adjacent control points.

Returns: int

getType()

public PatchDirectionType getType()

Gets the patch’s type.

Returns: PatchDirectionType

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setClosed(boolean value)

public void setClosed(boolean value)

Sets a value indicating whether this PatchDirection is a closed curve.

Parameters:

ParameterTypeDescription
valuebooleanNew value

setControlPoints(int value)

public void setControlPoints(int value)

Sets the count of control points in current direction.

Parameters:

ParameterTypeDescription
valueintNew value

setDivisions(int value)

public void setDivisions(int value)

Sets the number of divisions between adjacent control points.

Parameters:

ParameterTypeDescription
valueintNew value

setType(PatchDirectionType value)

public void setType(PatchDirectionType value)

Sets the patch’s type.

Parameters:

ParameterTypeDescription
valuePatchDirectionTypeNew 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