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

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

public class StiPointAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiPointAnimation(StiPoint pointFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 StiPoint getPointFrom()
           
 StiAnimationType getType()
           
 void setPointFrom(StiPoint pointFrom)
           
 
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

StiPointAnimation

public StiPointAnimation(StiPoint pointFrom,
                         java.lang.Integer duration,
                         java.lang.Integer beginTime)
Method Detail

getType

public StiAnimationType getType()
Specified by:
getType in class StiAnimation

getPointFrom

public StiPoint getPointFrom()
Returns:
the pointFrom

setPointFrom

public void setPointFrom(StiPoint pointFrom)
Parameters:
pointFrom - the pointFrom to set