Class StiTranslationAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiTranslationAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiTranslationAnimation(StiPoint startPoint, StiPoint endPoint, StiTimeSpan duration, StiTimeSpan beginTime) StiTranslationAnimation(StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetEndPoint(StiPoint endPoint) voidsetStartPoint(StiPoint startPoint) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiTranslationAnimation
-
StiTranslationAnimation
public StiTranslationAnimation(StiPoint startPoint, StiPoint endPoint, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiAnimation
-
getStartPoint
- Returns:
- the startPoint
-
setStartPoint
- Parameters:
startPoint- the startPoint to set
-
getEndPoint
- Returns:
- the endPoint
-
setEndPoint
- Parameters:
endPoint- the endPoint to set
-