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

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueintNew value

setType(ExtrapolationType value)

public void setType(ExtrapolationType value)

Gets and sets the sampling pattern of extrapolation

Parameters:

ParameterTypeDescription
valueExtrapolationTypeNew value

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int