Extrapolation
Overview
Extrapolation is a class in Aspose.3D FOSS for Java.
Extrapolation defines how to do when sampled value is out of the range which defined by the first and last key-frames.
This class provides 5 methods for working with Extrapolation objects in Java programs.
Available methods include: Extrapolation, getRepeatCount, getType, setRepeatCount, setType.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: repeatCount, type.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | ExtrapolationType | Read | Gets and sets the sampling pattern of extrapolation |
| / | |||
repeatCount | int | Read | Gets and sets the repeat times of the extrapolation pattern. |
Methods
| Signature | Description |
|---|---|
Extrapolation() | Calls Extrapolation on this Extrapolation instance. |
getType() → ExtrapolationType | Gets and sets the sampling pattern of extrapolation |
| / | |
setType(value: ExtrapolationType) | Gets and sets the sampling pattern of extrapolation |
| / | |
getRepeatCount() → int | Gets and sets the repeat times of the extrapolation pattern. |
setRepeatCount(value: int) | Gets and sets the repeat times of the extrapolation pattern. |