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 extrapolation
      void 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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