Uses of Class
org.pushingpixels.radiance.animation.api.Timeline
-
-
Uses of Timeline in org.pushingpixels.radiance.animation.api
Classes in org.pushingpixels.radiance.animation.api with type parameters of type Timeline Modifier and Type Class Description static classTimeline.BaseBuilder<T extends Timeline,B extends Timeline.BaseBuilder<?,?,?>,M>Fields in org.pushingpixels.radiance.animation.api with type parameters of type Timeline Modifier and Type Field Description private java.util.Set<Timeline>TimelineEngine. runningTimelinesAll currently running timelines.Methods in org.pushingpixels.radiance.animation.api that return Timeline Modifier and Type Method Description TimelineTimeline.Builder. build()private TimelineTimelineEngine. getRunningTimeline(Timeline timeline)Returns an existing running timeline that matches the specified parameters.Methods in org.pushingpixels.radiance.animation.api with parameters of type Timeline Modifier and Type Method Description private voidTimelineEngine. abortTimeline(Timeline timeline)Cancels the specified timeline instance.private voidTimelineEngine. addTimeline(Timeline timeline)Adds the specified timeline.private voidTimelineEngine. callbackCallTimelinePulse(Timeline timeline)private voidTimelineEngine. callbackCallTimelineStateChanged(Timeline timeline, Timeline.TimelineState oldState)private voidTimelineEngine. cancelTimeline(Timeline timeline)Cancels the specified timeline instance.protected voidTimeline.BaseBuilder. configureBaseTimeline(Timeline timeline)private voidTimelineEngine. endTimeline(Timeline timeline)Ends the specified timeline instance.private TimelineTimelineEngine. getRunningTimeline(Timeline timeline)Returns an existing running timeline that matches the specified parameters.(package private) voidTimelineEngine. play(Timeline timeline, boolean reset, long msToSkip)(package private) voidTimelineEngine. playLoop(Timeline timeline, long msToSkip)(package private) voidTimelineEngine. playReverse(Timeline timeline, boolean reset, long msToSkip)private voidTimelineEngine. resumeTimeline(Timeline timeline)Resume the specified timeline instance.(package private) voidTimelineEngine. runTimelineOperation(Timeline timeline, TimelineEngine.TimelineOperationKind operationKind, java.lang.Runnable operationRunnable)private voidTimelineEngine. suspendTimeline(Timeline timeline)Suspends the specified timeline instance.private voidTimelineEngine. updateAndEnforceTimelinePosition(Timeline timeline) -
Uses of Timeline in org.pushingpixels.radiance.animation.api.swing
Subclasses of Timeline in org.pushingpixels.radiance.animation.api.swing Modifier and Type Class Description classSwingComponentTimelineclassSwingRepaintTimeline -
Uses of Timeline in org.pushingpixels.radiance.component.api.layout
Fields in org.pushingpixels.radiance.component.api.layout with type parameters of type Timeline Modifier and Type Field Description private java.util.WeakHashMap<java.awt.Component,Timeline>TransitionLayout. boundsMap -
Uses of Timeline in org.pushingpixels.radiance.component.internal.ui.common
Fields in org.pushingpixels.radiance.component.internal.ui.common declared as Timeline Modifier and Type Field Description protected TimelineBasicIndeterminateCircularProgressUI. alphaTimelineprotected TimelineBasicIndeterminateCircularProgressUI. arcTimelineprivate TimelineBasicDeterminateCircularProgressUI. displayTimeline -
Uses of Timeline in org.pushingpixels.radiance.component.internal.ui.common.popup
Fields in org.pushingpixels.radiance.component.internal.ui.common.popup declared as Timeline Modifier and Type Field Description private TimelineBasicColorSelectorComponentUI. rolloverTimeline -
Uses of Timeline in org.pushingpixels.radiance.theming.extras.internal.tabbed
Fields in org.pushingpixels.radiance.theming.extras.internal.tabbed declared as Timeline Modifier and Type Field Description private TimelineTabOverviewDialog.TabGridOverviewGlassPane.RolloverMouseListener. rolloverTimeline -
Uses of Timeline in org.pushingpixels.radiance.theming.internal.animation
Fields in org.pushingpixels.radiance.theming.internal.animation declared as Timeline Modifier and Type Field Description private TimelineStateTransitionTracker. focusLoopTimelineprivate TimelineStateTransitionTracker. focusTimelineprivate TimelineIconGlowTracker. iconGlowTimelineprivate TimelineStateTransitionTracker. transitionTimelineMethods in org.pushingpixels.radiance.theming.internal.animation that return Timeline Modifier and Type Method Description TimelineModificationAwareUI. getModificationTimeline() -
Uses of Timeline in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as Timeline Modifier and Type Field Description private TimelineRadianceProgressBarUI. displayTimelineprivate TimelineRadianceScrollPaneUI. horizontalScrollTimelineTimeline for the current horizontal scroll under smart tree scroll mode.private TimelineRadianceProgressBarUI. indeterminateLoopTimelineprivate TimelineRadianceButtonUI. modifiedTimelineFields in org.pushingpixels.radiance.theming.internal.ui with type parameters of type Timeline Modifier and Type Field Description private java.util.Map<java.awt.Component,Timeline>RadianceTabbedPaneUI. modifiedTimelinesKey - tab component.Methods in org.pushingpixels.radiance.theming.internal.ui that return Timeline Modifier and Type Method Description TimelineRadianceButtonUI. getModificationTimeline() -
Uses of Timeline in org.pushingpixels.radiance.theming.internal.widget.animation.effects
Fields in org.pushingpixels.radiance.theming.internal.widget.animation.effects declared as Timeline Modifier and Type Field Description private TimelineGhostingListener. ghostComponentPressedTimelineprivate TimelineGhostingListener. ghostIconRolloverTimelineFields in org.pushingpixels.radiance.theming.internal.widget.animation.effects with type parameters of type Timeline Modifier and Type Field Description private static java.util.Map<javax.swing.JComponent,Timeline>GhostingListener. runningGhostPressTimelinesprivate static java.util.Map<javax.swing.JComponent,Timeline>GhostingListener. runningGhostRolloverTimelinesMethods in org.pushingpixels.radiance.theming.internal.widget.animation.effects that return Timeline Modifier and Type Method Description TimelineGhostingListener. getGhostComponentPressedTimeline()TimelineGhostingListener. getGhostIconRolloverTimeline()Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects that return types with arguments of type Timeline Modifier and Type Method Description static java.util.Map<javax.swing.JComponent,Timeline>GhostingListener. getRunningGhostPressTimelines()static java.util.Map<javax.swing.JComponent,Timeline>GhostingListener. getRunningGhostRolloverTimelines()Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects with parameters of type Timeline Modifier and Type Method Description private static java.awt.image.BufferedImageGhostPaintingUtils. getComponentGhostImage(javax.swing.JComponent comp, Timeline ghostPressTimeline, double ghostScaleFactor)Returns a scaled ghost image of the specified component.private static java.awt.image.BufferedImageGhostPaintingUtils. getIconGhostImage(javax.swing.JComponent comp, Timeline ghostRolloverTimeline, javax.swing.Icon icon, double ghostScaleFactor)Returns a scaled ghost image of the specified icon.
-