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: boolean
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:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | boolean | 新しい値 |
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 |