Class KeyframeStyle


  • public class KeyframeStyle
    extends java.lang.Object
    Keyframe Style
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyframeStyle​(java.lang.String offset, java.lang.String easing)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEasing()
      `AnimationEffect`'s timing function.
      java.lang.String getOffset()
      Keyframe's time offset.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyframeStyle

        public KeyframeStyle​(java.lang.String offset,
                             java.lang.String easing)
    • Method Detail

      • getOffset

        public java.lang.String getOffset()
        Keyframe's time offset.
      • getEasing

        public java.lang.String getEasing()
        `AnimationEffect`'s timing function.