com.supermap.plot
类 AnimationRotate

java.lang.Object
  继承者 com.supermap.plot.AnimationRotate

public class AnimationRotate
extends java.lang.Object

旋转动画类。该类提供了旋转动画的一系列属性。


构造方法摘要
AnimationRotate()
           
 
方法摘要
 Point3D getEndAngle()
          获取旋转动画的结束旋转角度
 AnimationDefine.RotateDirection GetRotateDirection()
          获取旋转动画的旋转方向
 Point3D getStartAngle()
          获取旋转动画的开始旋转角度
 void setEndAngle(Point3D endangle)
          设置旋转动画的结束旋转角度
 void setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
          设置旋转动画的旋转方向
 void setStartAngle(Point3D startangle)
          设置旋转动画的开始旋转角度
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnimationRotate

public AnimationRotate()
方法详细信息

setRotateDirection

public void setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
设置旋转动画的旋转方向

参数:
rotatedirection - 旋转方向

GetRotateDirection

public AnimationDefine.RotateDirection GetRotateDirection()
获取旋转动画的旋转方向

返回:
动画的旋转方向

setStartAngle

public void setStartAngle(Point3D startangle)
设置旋转动画的开始旋转角度

参数:
startangle - 开始旋转角度

getStartAngle

public Point3D getStartAngle()
获取旋转动画的开始旋转角度

返回:
动画的开始旋转角度

setEndAngle

public void setEndAngle(Point3D endangle)
设置旋转动画的结束旋转角度

参数:
endangle - 动画的结束旋转角度

getEndAngle

public Point3D getEndAngle()
获取旋转动画的结束旋转角度

返回:
动画的结束旋转角度