Extrapolation
Inheritance: java.lang.Object
public class Extrapolation
Extrapolation defines how to do when sampled value is out of the range which defined by the first and last key-frames.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getRepeatCount() | Gets and sets the repeat times of the extrapolation pattern. |
getType() | Gets and sets the sampling pattern of extrapolation |
hashCode() | |
notify() | |
notifyAll() | |
setRepeatCount(int value) | Gets and sets the repeat times of the extrapolation pattern. |
setType(ExtrapolationType value) | Gets and sets the sampling pattern of extrapolation |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
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
getRepeatCount()
public int getRepeatCount()
Gets and sets the repeat times of the extrapolation pattern.
Returns: int
getType()
public ExtrapolationType getType()
Gets and sets the sampling pattern of extrapolation
Returns: ExtrapolationType
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)
Gets and sets the repeat times of the extrapolation pattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | New value |
setType(ExtrapolationType value)
public void setType(ExtrapolationType value)
Gets and sets the sampling pattern of extrapolation
Parameters:
Parameter | Type | Description |
---|---|---|
value | ExtrapolationType | 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 |