Class SwingComponentTimeline

java.lang.Object
org.pushingpixels.radiance.animation.api.Timeline
org.pushingpixels.radiance.animation.api.swing.SwingComponentTimeline
All Implemented Interfaces:
TimelineScenario.TimelineScenarioActor

public class SwingComponentTimeline extends Timeline
  • Field Details

    • forceUiUpdate

      private boolean forceUiUpdate
  • Constructor Details

    • SwingComponentTimeline

      private SwingComponentTimeline(Component mainTimelineComp, boolean forceUiUpdate)
      Constructs a new timeline associated with a Swing component.
      Parameters:
      mainTimelineComp - Main component for this timeline. Must not be null, otherwise an exception will be thrown.
      forceUiUpdate - If this is true, updates to the timeline (pulse and state changes) will be forced to run even if main component is not displayable.
  • Method Details