-
- All Implemented Interfaces:
public final class BalloonRotateAnimation.BuilderBuilder class to create BalloonRotateAnimation.
-
-
Constructor Summary
Constructors Constructor Description BalloonRotateAnimation.Builder()
-
Method Summary
Modifier and Type Method Description final BalloonRotateAnimation.BuildersetDirection(BalloonRotateDirection rotateDirection)sets the direction of the rotation animation. final BalloonRotateAnimation.BuildersetTurns(Integer turn)sets the turning count of the rotation animation. final BalloonRotateAnimation.BuildersetLoops(Integer loop)sets the iteration of the rotation animation. final BalloonRotateAnimation.BuildersetSpeeds(Integer speed)sets the speed of the rotation animation. final BalloonRotateAnimation.BuildersetDegreeX(Integer degreeX)sets the degree X of the rotation animation. final BalloonRotateAnimation.BuildersetDegreeZ(Integer degreeZ)sets the degree Y of the rotation animation. final BalloonRotateAnimationbuild()Build the BalloonRotateAnimation. -
-
Method Detail
-
setDirection
final BalloonRotateAnimation.Builder setDirection(BalloonRotateDirection rotateDirection)
sets the direction of the rotation animation.
-
setTurns
final BalloonRotateAnimation.Builder setTurns(Integer turn)
sets the turning count of the rotation animation.
-
setLoops
final BalloonRotateAnimation.Builder setLoops(Integer loop)
sets the iteration of the rotation animation.
-
setSpeeds
final BalloonRotateAnimation.Builder setSpeeds(Integer speed)
sets the speed of the rotation animation.
-
setDegreeX
final BalloonRotateAnimation.Builder setDegreeX(Integer degreeX)
sets the degree X of the rotation animation.
-
setDegreeZ
final BalloonRotateAnimation.Builder setDegreeZ(Integer degreeZ)
sets the degree Y of the rotation animation.
-
build
final BalloonRotateAnimation build()
Build the BalloonRotateAnimation.
-
-
-
-