Package com.aspose.threed
Class Extrapolation
- java.lang.Object
-
- com.aspose.threed.Extrapolation
-
public class Extrapolation extends java.lang.ObjectExtrapolation 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 intgetRepeatCount()Gets and sets the repeat times of the extrapolation pattern.ExtrapolationTypegetType()Gets and sets the sampling pattern of extrapolationvoidsetRepeatCount(int value)Gets and sets the repeat times of the extrapolation pattern.voidsetType(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
-
-