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 class
Timeline.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. runningTimelines
All currently running timelines.Methods in org.pushingpixels.radiance.animation.api that return Timeline Modifier and Type Method Description Timeline
Timeline.Builder. build()
private Timeline
TimelineEngine. 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 void
TimelineEngine. abortTimeline(Timeline timeline)
Cancels the specified timeline instance.private void
TimelineEngine. addTimeline(Timeline timeline)
Adds the specified timeline.private void
TimelineEngine. callbackCallTimelinePulse(Timeline timeline)
private void
TimelineEngine. callbackCallTimelineStateChanged(Timeline timeline, Timeline.TimelineState oldState)
private void
TimelineEngine. cancelTimeline(Timeline timeline)
Cancels the specified timeline instance.protected void
Timeline.BaseBuilder. configureBaseTimeline(Timeline timeline)
private void
TimelineEngine. endTimeline(Timeline timeline)
Ends the specified timeline instance.private Timeline
TimelineEngine. getRunningTimeline(Timeline timeline)
Returns an existing running timeline that matches the specified parameters.(package private) void
TimelineEngine. play(Timeline timeline, boolean reset, long msToSkip)
(package private) void
TimelineEngine. playLoop(Timeline timeline, long msToSkip)
(package private) void
TimelineEngine. playReverse(Timeline timeline, boolean reset, long msToSkip)
private void
TimelineEngine. resumeTimeline(Timeline timeline)
Resume the specified timeline instance.(package private) void
TimelineEngine. runTimelineOperation(Timeline timeline, TimelineEngine.TimelineOperationKind operationKind, java.lang.Runnable operationRunnable)
private void
TimelineEngine. suspendTimeline(Timeline timeline)
Suspends the specified timeline instance.private void
TimelineEngine. 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 class
SwingComponentTimeline
class
SwingRepaintTimeline
-
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 Timeline
BasicIndeterminateCircularProgressUI. alphaTimeline
protected Timeline
BasicIndeterminateCircularProgressUI. arcTimeline
private Timeline
BasicDeterminateCircularProgressUI. 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 Timeline
BasicColorSelectorComponentUI. 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 Timeline
TabOverviewDialog.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 Timeline
StateTransitionTracker. focusLoopTimeline
private Timeline
StateTransitionTracker. focusTimeline
private Timeline
IconGlowTracker. iconGlowTimeline
private Timeline
StateTransitionTracker. transitionTimeline
Methods in org.pushingpixels.radiance.theming.internal.animation that return Timeline Modifier and Type Method Description Timeline
ModificationAwareUI. 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 Timeline
RadianceProgressBarUI. displayTimeline
private Timeline
RadianceScrollPaneUI. horizontalScrollTimeline
Timeline for the current horizontal scroll under smart tree scroll mode.private Timeline
RadianceProgressBarUI. indeterminateLoopTimeline
private Timeline
RadianceButtonUI. modifiedTimeline
Fields 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. modifiedTimelines
Key - tab component.Methods in org.pushingpixels.radiance.theming.internal.ui that return Timeline Modifier and Type Method Description Timeline
RadianceButtonUI. 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 Timeline
GhostingListener. ghostComponentPressedTimeline
private Timeline
GhostingListener. ghostIconRolloverTimeline
Fields 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. runningGhostPressTimelines
private static java.util.Map<javax.swing.JComponent,Timeline>
GhostingListener. runningGhostRolloverTimelines
Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects that return Timeline Modifier and Type Method Description Timeline
GhostingListener. getGhostComponentPressedTimeline()
Timeline
GhostingListener. 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.BufferedImage
GhostPaintingUtils. getComponentGhostImage(javax.swing.JComponent comp, Timeline ghostPressTimeline, double ghostScaleFactor)
Returns a scaled ghost image of the specified component.private static java.awt.image.BufferedImage
GhostPaintingUtils. getIconGhostImage(javax.swing.JComponent comp, Timeline ghostRolloverTimeline, javax.swing.Icon icon, double ghostScaleFactor)
Returns a scaled ghost image of the specified icon.
-