Class LabelColorAnimation


public class LabelColorAnimation
extends ColorAnimation
Animates a label's color in a GraphElement object.
Author:
- Patrick Shaw
  • Constructor Details

    • LabelColorAnimation

      public LabelColorAnimation​(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator, ColorMode colorMode, int labelIndex)
    • LabelColorAnimation

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

      public LabelColorAnimation​(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, int labelIndex)
    • LabelColorAnimation

      public LabelColorAnimation​(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, int labelIndex)
    • LabelColorAnimation

      public LabelColorAnimation​(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, double startTime, int labelIndex)
    • LabelColorAnimation

      public LabelColorAnimation​(GraphElement attributable, List<ColorTimePoint> dataPoints, double loopDuration, int labelIndex)