外推
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: 布尔
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 |