Uses of Class
org.pushingpixels.radiance.animation.api.Timeline.RepeatBehavior
-
Packages that use Timeline.RepeatBehavior Package Description org.pushingpixels.radiance.animation.api org.pushingpixels.radiance.animation.api.swing -
-
Uses of Timeline.RepeatBehavior in org.pushingpixels.radiance.animation.api
Fields in org.pushingpixels.radiance.animation.api declared as Timeline.RepeatBehavior Modifier and Type Field Description protected Timeline.RepeatBehaviorTimeline.BaseBuilder. repeatBehaviorprivate Timeline.RepeatBehaviorTimeline. repeatBehaviorMethods in org.pushingpixels.radiance.animation.api that return Timeline.RepeatBehavior Modifier and Type Method Description Timeline.RepeatBehaviorTimeline. getRepeatBehavior()static Timeline.RepeatBehaviorTimeline.RepeatBehavior. valueOf(java.lang.String name)Returns 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.RepeatBehavior Modifier and Type Method Description voidTimeline.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)BTimeline.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.RepeatBehavior Modifier and Type Method Description voidSwingRepaintTimeline. playLoop(int loopCount, Timeline.RepeatBehavior repeatBehavior)
-