Class SwingComponentTimeline

    • Field Detail

      • forceUiUpdate

        private boolean forceUiUpdate
    • Constructor Detail

      • SwingComponentTimeline

        private SwingComponentTimeline​(java.awt.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.