Interface IsDefaultAnimationCollection

    • Method Detail

      • getType

        AnimationType getType()
        Returns the type of from property and determines the interpolator used.
        Returns:
        the type of from property and determines the interpolator used.
      • getFrom

        double getFrom()
        Returns the start value for the animation as number.
        Returns:
        the start value for the animation as number.
      • getFromAsBoolean

        boolean getFromAsBoolean()
        Returns the start value for the animation as boolean.
        Returns:
        the start value for the animation as boolean.
      • getFromAsString

        String getFromAsString()
        Returns the start value for the animation as color string.
        Returns:
        the start value for the animation as color string.
      • getTo

        double getTo()
        Returns the end value for the animation as number.
        Returns:
        the end value for the animation as number.
      • getToAsBoolean

        boolean getToAsBoolean()
        Returns the end value for the animation as boolean.
        Returns:
        the end value for the animation as boolean.
      • getToAsString

        String getToAsString()
        Returns the end value for the animation as color string.
        Returns:
        the end value for the animation as color string.
      • getProperties

        List<Key> getProperties()
        Returns the properties defined in the animation collection.
        Returns:
        the properties defined in the animation collection
      • getFromCallback

        FromCallback getFromCallback()
        Returns the callback to set the start value for the animation.
        Returns:
        the callback instance to use to set the start value for the animation
      • getToCallback

        ToCallback getToCallback()
        Returns the callback to set the end value for the animation.
        Returns:
        the callback instance to use to set the end value for the animation