Uses of Enum
org.pushingpixels.radiance.animation.api.Timeline.RepeatBehavior
Packages that use Timeline.RepeatBehavior
Package
Description
-
Uses of Timeline.RepeatBehavior in org.pushingpixels.radiance.animation.api
Subclasses with type arguments of type Timeline.RepeatBehavior in org.pushingpixels.radiance.animation.apiFields in org.pushingpixels.radiance.animation.api declared as Timeline.RepeatBehaviorModifier and TypeFieldDescriptionprotected Timeline.RepeatBehaviorTimeline.BaseBuilder.repeatBehaviorprivate Timeline.RepeatBehaviorTimeline.repeatBehaviorMethods in org.pushingpixels.radiance.animation.api that return Timeline.RepeatBehaviorModifier and TypeMethodDescriptionTimeline.getRepeatBehavior()static Timeline.RepeatBehaviorReturns the enum constant of this type with the specified name.static Timeline.RepeatBehavior[]Timeline.RepeatBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pushingpixels.radiance.animation.api with parameters of type Timeline.RepeatBehaviorModifier and TypeMethodDescriptionvoidTimeline.BaseBuilder.playLoop(int loopCount, Timeline.RepeatBehavior repeatBehavior) A shortcut forTimeline.BaseBuilder.build()chained withTimeline.playLoop(int, RepeatBehavior)voidTimeline.BaseBuilder.playLoop(Timeline.RepeatBehavior repeatBehavior) A shortcut forTimeline.BaseBuilder.build()chained withTimeline.playLoop(RepeatBehavior)voidTimeline.playLoop(int loopCount, Timeline.RepeatBehavior repeatBehavior) voidTimeline.playLoop(Timeline.RepeatBehavior repeatBehavior) voidTimeline.BaseBuilder.playLoopSkipping(int loopCount, Timeline.RepeatBehavior repeatBehavior, long msToSkip) A shortcut forTimeline.BaseBuilder.build()chained withTimeline.playLoopSkipping(int, RepeatBehavior, long)voidTimeline.BaseBuilder.playLoopSkipping(Timeline.RepeatBehavior repeatBehavior, long msToSkip) A shortcut forTimeline.BaseBuilder.build()chained withTimeline.playLoopSkipping(RepeatBehavior, long)voidTimeline.playLoopSkipping(int loopCount, Timeline.RepeatBehavior repeatBehavior, long msToSkip) voidTimeline.playLoopSkipping(Timeline.RepeatBehavior repeatBehavior, long msToSkip) Timeline.BaseBuilder.setRepeatBehavior(Timeline.RepeatBehavior repeatBehavior) -
Uses of Timeline.RepeatBehavior in org.pushingpixels.radiance.animation.api.swing
Methods in org.pushingpixels.radiance.animation.api.swing with parameters of type Timeline.RepeatBehaviorModifier and TypeMethodDescriptionvoidSwingRepaintTimeline.playLoop(int loopCount, Timeline.RepeatBehavior repeatBehavior)