com.stimulsoft.base.context.chart.animation
Class StiRotaionAnimation
java.lang.Object
com.stimulsoft.base.context.chart.animation.StiAnimation
com.stimulsoft.base.context.chart.animation.StiRotaionAnimation
public class StiRotaionAnimation
- extends StiAnimation
Copyright Stimulsoft
Constructor Summary |
StiRotaionAnimation(double startAngle,
double endAngle,
StiPoint centerPoint,
java.lang.Integer duration,
java.lang.Integer beginTime)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiRotaionAnimation
public StiRotaionAnimation(double startAngle,
double endAngle,
StiPoint centerPoint,
java.lang.Integer duration,
java.lang.Integer beginTime)
getType
public StiAnimationType getType()
- Specified by:
getType
in class StiAnimation
getStartAngle
public double getStartAngle()
- Returns:
- the startAngle
setStartAngle
public void setStartAngle(double startAngle)
- Parameters:
startAngle
- the startAngle to set
getEndAngle
public double getEndAngle()
- Returns:
- the endAngle
setEndAngle
public void setEndAngle(double endAngle)
- Parameters:
endAngle
- the endAngle to set
getCenterPoint
public StiPoint getCenterPoint()
- Returns:
- the centerPoint
setCenterPoint
public void setCenterPoint(StiPoint centerPoint)
- Parameters:
centerPoint
- the centerPoint to set