Uses of Class
org.pushingpixels.radiance.animation.api.Timeline
Packages that use Timeline
Package
Description
-
Uses of Timeline in org.pushingpixels.radiance.animation.api
Classes in org.pushingpixels.radiance.animation.api with type parameters of type TimelineModifier and TypeClassDescriptionstatic class
Timeline.BaseBuilder<T extends Timeline,
B extends Timeline.BaseBuilder<?, ?, ?>, M> Fields in org.pushingpixels.radiance.animation.api with type parameters of type TimelineModifier and TypeFieldDescriptionTimelineEngine.runningTimelines
All currently running timelines.Methods in org.pushingpixels.radiance.animation.api that return TimelineModifier and TypeMethodDescriptionTimeline.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 TimelineModifier and TypeMethodDescriptionprivate 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
(package private) void
(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, 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 -
Uses of Timeline in org.pushingpixels.radiance.component.api.layout
Fields in org.pushingpixels.radiance.component.api.layout with type parameters of type TimelineModifier and TypeFieldDescriptionprivate WeakHashMap
<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 TimelineModifier and TypeFieldDescriptionprotected 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 -
Uses of Timeline in org.pushingpixels.radiance.theming.extras.internal.tabbed
Fields in org.pushingpixels.radiance.theming.extras.internal.tabbed declared as TimelineModifier and TypeFieldDescriptionprivate 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 TimelineModifier and TypeFieldDescriptionprivate 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 -
Uses of Timeline in org.pushingpixels.radiance.theming.internal.ui
Fields in org.pushingpixels.radiance.theming.internal.ui declared as TimelineModifier and TypeFieldDescriptionprivate 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 TimelineMethods in org.pushingpixels.radiance.theming.internal.ui that return Timeline -
Uses of Timeline in org.pushingpixels.radiance.theming.internal.widget.animation.effects
Fields in org.pushingpixels.radiance.theming.internal.widget.animation.effects declared as TimelineModifier and TypeFieldDescriptionprivate Timeline
GhostingListener.ghostComponentPressedTimeline
private Timeline
GhostingListener.ghostIconRolloverTimeline
Fields in org.pushingpixels.radiance.theming.internal.widget.animation.effects with type parameters of type TimelineModifier and TypeFieldDescriptionprivate static Map
<JComponent, Timeline> GhostingListener.runningGhostPressTimelines
private static Map
<JComponent, Timeline> GhostingListener.runningGhostRolloverTimelines
Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects that return TimelineModifier and TypeMethodDescriptionGhostingListener.getGhostComponentPressedTimeline()
GhostingListener.getGhostIconRolloverTimeline()
Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects that return types with arguments of type TimelineModifier and TypeMethodDescriptionstatic Map
<JComponent, Timeline> GhostingListener.getRunningGhostPressTimelines()
static Map
<JComponent, Timeline> GhostingListener.getRunningGhostRolloverTimelines()
Methods in org.pushingpixels.radiance.theming.internal.widget.animation.effects with parameters of type TimelineModifier and TypeMethodDescriptionprivate static BufferedImage
GhostPaintingUtils.getComponentGhostImage
(JComponent comp, Timeline ghostPressTimeline, double ghostScaleFactor) Returns a scaled ghost image of the specified component.private static BufferedImage
GhostPaintingUtils.getIconGhostImage
(JComponent comp, Timeline ghostRolloverTimeline, Icon icon, double ghostScaleFactor) Returns a scaled ghost image of the specified icon.