Ekstrapolasi
Inheritance: java.lang.Object
public class Extrapolation
Ekstrapolasi mendefinisikan cara menangani ketika nilai sampel berada di luar rentang yang ditentukan oleh key-frame pertama dan terakhir.
Metode
| Metode | Deskripsi |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getRepeatCount() | Mendapatkan dan mengatur jumlah pengulangan pola ekstrapolasi. |
| getType() | Mendapatkan dan mengatur pola sampling ekstrapolasi |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setRepeatCount(int value) | Mendapatkan dan mengatur jumlah pengulangan pola ekstrapolasi. |
| setType(ExtrapolationType value) | Mendapatkan dan mengatur pola sampling ekstrapolasi |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getRepeatCount()
public int getRepeatCount()
Mendapatkan dan mengatur jumlah pengulangan pola ekstrapolasi.
Returns: int - dan mengatur jumlah pengulangan pola ekstrapolasi.
getType()
public ExtrapolationType getType()
Mendapatkan dan mengatur pola sampling ekstrapolasi
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)
Mendapatkan dan mengatur jumlah pengulangan pola ekstrapolasi.
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| nilai | int | Nilai baru |
setType(ExtrapolationType value)
public void setType(ExtrapolationType value)
Mendapatkan dan mengatur pola sampling ekstrapolasi
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| value | ExtrapolationType | Nilai baru |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Tipe | Deskripsi |
|---|---|---|
| arg0 | long | |
| arg1 | int |