Class StiRotaionAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiRotaionAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiRotaionAnimation(double startAngle, double endAngle, StiPoint centerPoint, StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetType()voidsetCenterPoint(StiPoint centerPoint) voidsetEndAngle(double endAngle) voidsetStartAngle(double startAngle) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiRotaionAnimation
public StiRotaionAnimation(double startAngle, double endAngle, StiPoint centerPoint, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiAnimation
-
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
- Returns:
- the centerPoint
-
setCenterPoint
- Parameters:
centerPoint- the centerPoint to set
-