Package com.aspose.threed
Class Extrapolation
- java.lang.Object
-
- com.aspose.threed.Extrapolation
-
public class Extrapolation extends java.lang.Object
Extrapolation defines how to do when sampled value is out of the range which defined by the first and last key-frames.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRepeatCount()
Gets and sets the repeat times of the extrapolation pattern.ExtrapolationType
getType()
Gets and sets the sampling pattern of extrapolationvoid
setRepeatCount(int value)
Gets and sets the repeat times of the extrapolation pattern.void
setType(ExtrapolationType value)
Gets and sets the sampling pattern of extrapolation
-
-
-
Method Detail
-
getType
public ExtrapolationType getType()
Gets and sets the sampling pattern of extrapolation
-
setType
public void setType(ExtrapolationType value)
Gets and sets the sampling pattern of extrapolation- Parameters:
value
- New value
-
getRepeatCount
public int getRepeatCount()
Gets and sets the repeat times of the extrapolation pattern.
-
setRepeatCount
public void setRepeatCount(int value)
Gets and sets the repeat times of the extrapolation pattern.- Parameters:
value
- New value
-
-