com.supermap.ar.areffect
Class ARAnimationRotation
- java.lang.Object
-
- com.supermap.ar.areffect.ARAnimation
-
- com.supermap.ar.areffect.ARAnimationRotation
-
public class ARAnimationRotation extends ARAnimation
Rotate animation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.supermap.ar.areffect.ARAnimation
ARAnimation.ARAnimatorListener
-
-
Constructor Summary
Constructors Constructor and Description ARAnimationRotation(AREffectElement arEffectElement)
Construction method
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
creatAnimation(ARAnimationParameter parameter)
Creates an animationvoid
setRotationAngle(float rotationAngle)
void
setStartAngle(float startAngle)
-
Methods inherited from class com.supermap.ar.areffect.ARAnimation
getARAnimatorListener, pause, play, resume, setARAnimatorListener, stop
-
-
-
-
Constructor Detail
-
ARAnimationRotation
public ARAnimationRotation(AREffectElement arEffectElement)
Construction method- Parameters:
arEffectElement
- AR special effect object
-
-
Method Detail
-
creatAnimation
public void creatAnimation(ARAnimationParameter parameter)
Creates an animation- Parameters:
paramter
- The animation parameter.
-
setStartAngle
public void setStartAngle(float startAngle)
-
setRotationAngle
public void setRotationAngle(float rotationAngle)
-
-