外挿
Inheritance: java.lang.Object
public class Extrapolation
外挿は、サンプル値が最初と最後のキーフレームで定義された範囲外になったときの処理方法を定義します。
メソッド
| メソッド | 説明 |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getRepeatCount() | 外挿パターンの繰り返し回数を取得および設定します。 |
| getType() | 外挿のサンプリングパターンを取得および設定します |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setRepeatCount(int value) | 外挿パターンの繰り返し回数を取得および設定します。 |
| setType(ExtrapolationType value) | 外挿のサンプリングパターンを取得および設定します |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
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
getRepeatCount()
public int getRepeatCount()
外挿パターンの繰り返し回数を取得および設定します。
Returns: int - 外挿パターンの繰り返し回数を取得および設定します。
getType()
public ExtrapolationType getType()
外挿のサンプリングパターンを取得および設定します
Returns: ExtrapolationType - and sets the sampling pattern of extrapolation
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setRepeatCount(int value)
public void setRepeatCount(int value)
外挿パターンの繰り返し回数を取得および設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | int | 新しい値 |
setType(ExtrapolationType value)
public void setType(ExtrapolationType value)
外挿のサンプリングパターンを取得および設定します
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| value | ExtrapolationType | 新しい値 |
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 |