com.stimulsoft.base.context.chart.animation
Class StiTranslationAnimation

java.lang.Object
  extended by com.stimulsoft.base.context.chart.animation.StiAnimation
      extended by com.stimulsoft.base.context.chart.animation.StiTranslationAnimation

public class StiTranslationAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiTranslationAnimation(java.lang.Integer duration, java.lang.Integer beginTime)
           
StiTranslationAnimation(StiPoint startPoint, StiPoint endPoint, java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 StiPoint getEndPoint()
           
 StiPoint getStartPoint()
           
 StiAnimationType getType()
           
 void setEndPoint(StiPoint endPoint)
           
 void setStartPoint(StiPoint startPoint)
           
 
Methods inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
getBeginTime, getDuration, setBeginTime, setDuration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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