Class FrameThicknessAnimation


public class FrameThicknessAnimation
extends ContinuousAnimation<DoubleTimePoint>
Animates the frame thickness of a GraphElement object.
Author:
- Patrick Shaw
  • Constructor Details

    • FrameThicknessAnimation

      public FrameThicknessAnimation​(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)
    • FrameThicknessAnimation

      public FrameThicknessAnimation​(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)
    • FrameThicknessAnimation

      public FrameThicknessAnimation​(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)
    • FrameThicknessAnimation

      public FrameThicknessAnimation​(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime)
    • FrameThicknessAnimation

      public FrameThicknessAnimation​(GraphElement attributable, List<DoubleTimePoint> dataPoints, double loopDuration)