PatchDirection
内容
[
隐藏
]Inheritance: java.lang.Object
public class PatchDirection
Patch 的 U 和 V 方向。
构造函数
| 构造函数 | 描述 |
|---|---|
| PatchDirection() |
方法
| 方法 | 描述 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getClosed() | 获取一个值,指示此 PatchDirection 是否为闭合曲线。 |
| getControlPoints() | 获取当前方向上控制点的计数。 |
| getDivisions() | 获取相邻控制点之间的划分数。 |
| getType() | 获取补丁的类型。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setClosed(boolean value) | 设置一个值,指示此 PatchDirection 是否为闭合曲线。 |
| setControlPoints(int value) | 设置当前方向上控制点的计数。 |
| setDivisions(int value) | 设置相邻控制点之间的划分数。 |
| setType(PatchDirectionType value) | 设置补丁的类型。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
PatchDirection()
public PatchDirection()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: 布尔
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getClosed()
public boolean getClosed()
获取一个值,指示此 PatchDirection 是否为闭合曲线。
Returns: boolean - 指示此 PatchDirection 是否为闭合曲线的值。
getControlPoints()
public int getControlPoints()
获取当前方向上控制点的计数。
Returns: int - 当前方向上控制点的计数。
getDivisions()
public int getDivisions()
获取相邻控制点之间的划分数。
Returns: int - 相邻控制点之间的划分数。
getType()
public PatchDirectionType getType()
获取补丁的类型。
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)
设置一个值,指示此 PatchDirection 是否为闭合曲线。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | 布尔 | 新值 |
setControlPoints(int value)
public void setControlPoints(int value)
设置当前方向上控制点的计数。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | int | 新值 |
setDivisions(int value)
public void setDivisions(int value)
设置相邻控制点之间的划分数。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | int | 新值 |
setType(PatchDirectionType value)
public void setType(PatchDirectionType value)
设置补丁的类型。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | PatchDirectionType | 新值 |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |