Extrapolation

Inheritance: java.lang.Object

public class Extrapolation

L’extrapolation définit comment procéder lorsque la valeur échantillonnée est hors de la plage définie par les premières et dernières images clés.

Méthodes

MéthodeDescription
equals(Object arg0)
getClass()
getRepeatCount()Obtient et définit le nombre de répétitions du motif d’extrapolation.
getType()Obtient et définit le motif d’échantillonnage de l’extrapolation
hashCode()
notify()
notifyAll()
setRepeatCount(int value)Obtient et définit le nombre de répétitions du motif d’extrapolation.
setType(ExtrapolationType value)Obtient et définit le motif d’échantillonnage de l’extrapolation
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getRepeatCount()

public int getRepeatCount()

Obtient et définit le nombre de répétitions du motif d’extrapolation.

Returns: int - obtient et définit le nombre de répétitions du motif d’extrapolation.

getType()

public ExtrapolationType getType()

Obtient et définit le motif d’échantillonnage de l’extrapolation

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)

Obtient et définit le nombre de répétitions du motif d’extrapolation.

Parameters:

ParamètreTypeDescription
valeurintNouvelle valeur

setType(ExtrapolationType value)

public void setType(ExtrapolationType value)

Obtient et définit le motif d’échantillonnage de l’extrapolation

Parameters:

ParamètreTypeDescription
valueExtrapolationTypeNouvelle valeur

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int