public class StiRotaionAnimation extends StiAnimation
beginTime, duration| Constructor and Description |
|---|
StiRotaionAnimation(double startAngle,
double endAngle,
StiPoint centerPoint,
java.lang.Integer duration,
java.lang.Integer beginTime) |
| Modifier and Type | Method and Description |
|---|---|
StiPoint |
getCenterPoint() |
double |
getEndAngle() |
double |
getStartAngle() |
StiAnimationType |
getType() |
void |
setCenterPoint(StiPoint centerPoint) |
void |
setEndAngle(double endAngle) |
void |
setStartAngle(double startAngle) |
getBeginTime, getDuration, setBeginTime, setDurationpublic StiRotaionAnimation(double startAngle,
double endAngle,
StiPoint centerPoint,
java.lang.Integer duration,
java.lang.Integer beginTime)
public StiAnimationType getType()
getType in class StiAnimationpublic double getStartAngle()
public void setStartAngle(double startAngle)
startAngle - the startAngle to setpublic double getEndAngle()
public void setEndAngle(double endAngle)
endAngle - the endAngle to setpublic StiPoint getCenterPoint()
public void setCenterPoint(StiPoint centerPoint)
centerPoint - the centerPoint to setCopyright © 2020 Stimulsoft. All Rights Reserved.