com.stimulsoft.base.context.chart.animation
Class StiTranslationAnimation
java.lang.Object
com.stimulsoft.base.context.chart.animation.StiAnimation
com.stimulsoft.base.context.chart.animation.StiTranslationAnimation
public class StiTranslationAnimation
- extends StiAnimation
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiTranslationAnimation
public StiTranslationAnimation(java.lang.Integer duration,
java.lang.Integer beginTime)
StiTranslationAnimation
public StiTranslationAnimation(StiPoint startPoint,
StiPoint endPoint,
java.lang.Integer duration,
java.lang.Integer beginTime)
getType
public StiAnimationType getType()
- Specified by:
getType
in class StiAnimation
getStartPoint
public StiPoint getStartPoint()
- Returns:
- the startPoint
setStartPoint
public void setStartPoint(StiPoint startPoint)
- Parameters:
startPoint
- the startPoint to set
getEndPoint
public StiPoint getEndPoint()
- Returns:
- the endPoint
setEndPoint
public void setEndPoint(StiPoint endPoint)
- Parameters:
endPoint
- the endPoint to set