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 classTimeline.BaseBuilder<T extends Timeline, B extends Timeline.BaseBuilder<?,?, ?>, M> Subclasses with type arguments of type Timeline in org.pushingpixels.radiance.animation.apiFields in org.pushingpixels.radiance.animation.api with type parameters of type TimelineModifier and TypeFieldDescriptionTimelineEngine.runningTimelinesAll currently running timelines.Methods in org.pushingpixels.radiance.animation.api that return TimelineModifier and TypeMethodDescriptionTimeline.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 TimelineModifier and TypeMethodDescriptionprivate 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) void(package private) void(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, 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 -
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 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 -
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 TimelineTabOverviewDialog.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 TimelineStateTransitionTracker.focusLoopTimelineprivate TimelineStateTransitionTracker.focusTimelineprivate TimelineIconGlowTracker.iconGlowTimelineprivate TimelineStateTransitionTracker.transitionTimelineMethods 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 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 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 TimelineGhostingListener.ghostComponentPressedTimelineprivate TimelineGhostingListener.ghostIconRolloverTimelineFields in org.pushingpixels.radiance.theming.internal.widget.animation.effects with type parameters of type TimelineModifier and TypeFieldDescriptionprivate static Map<JComponent, Timeline> GhostingListener.runningGhostPressTimelinesprivate static Map<JComponent, Timeline> GhostingListener.runningGhostRolloverTimelinesMethods 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 BufferedImageGhostPaintingUtils.getComponentGhostImage(JComponent comp, Timeline ghostPressTimeline, double ghostScaleFactor) Returns a scaled ghost image of the specified component.private static BufferedImageGhostPaintingUtils.getIconGhostImage(JComponent comp, Timeline ghostRolloverTimeline, Icon icon, double ghostScaleFactor) Returns a scaled ghost image of the specified icon.