PatchDirection
Inheritance: java.lang.Object
public class PatchDirection
Patch’s U and V direction.
Constructors
| Constructor | Description |
|---|---|
| PatchDirection() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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 - a value indicating whether this PatchDirection is a closed curve.
getControlPoints()
public int getControlPoints()
Gets the count of control points in current direction.
Returns: int - the count of control points in current direction.
getDivisions()
public int getDivisions()
Gets the number of divisions between adjacent control points.
Returns: int - the number of divisions between adjacent control points.
getType()
public PatchDirectionType getType()
Gets the patch’s type.
Returns: PatchDirectionType - the patch’s type.
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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | New value |
setControlPoints(int value)
public void setControlPoints(int value)
Sets the count of control points in current direction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | New value |
setDivisions(int value)
public void setDivisions(int value)
Sets the number of divisions between adjacent control points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | New value |
setType(PatchDirectionType value)
public void setType(PatchDirectionType value)
Sets the patch’s type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PatchDirectionType | 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 |