Class BezierList

  • Type Parameters:
    T -

    public class BezierList
    extends java.lang.Object
    Keep a set of elements. The index is kept.
    Author:
    sleemans
    • Constructor Summary

      Constructors 
      Constructor Description
      BezierList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int add​(com.kitfox.svg.animation.Bezier bezier, double startOpacity, double endOpacity)
      Adds an object to the list and returns the index at which it was inserted.
      void cleanUp()
      removes temporary storage
      com.kitfox.svg.animation.Bezier getBezier​(int index)  
      double getEndOpacity​(int index)  
      int getNumberOfBeziers()  
      double getStartOpacity​(int index)  
      • Methods inherited from class java.lang.Object

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

      • BezierList

        public BezierList()
    • Method Detail

      • add

        public int add​(com.kitfox.svg.animation.Bezier bezier,
                       double startOpacity,
                       double endOpacity)
        Adds an object to the list and returns the index at which it was inserted.
        Parameters:
        bezier -
        Returns:
      • getBezier

        public com.kitfox.svg.animation.Bezier getBezier​(int index)
      • getStartOpacity

        public double getStartOpacity​(int index)
      • getEndOpacity

        public double getEndOpacity​(int index)
      • getNumberOfBeziers

        public int getNumberOfBeziers()
      • cleanUp

        public void cleanUp()
        removes temporary storage