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

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

public class StiPointsAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiPointsAnimation(StiPoint[] pointsFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 StiPoint[] getPointsFrom()
           
 StiAnimationType getType()
           
 void setPointsFrom(StiPoint[] pointsFrom)
           
 
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

StiPointsAnimation

public StiPointsAnimation(StiPoint[] pointsFrom,
                          java.lang.Integer duration,
                          java.lang.Integer beginTime)
Method Detail

getType

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

getPointsFrom

public StiPoint[] getPointsFrom()
Returns:
the pointsFrom

setPointsFrom

public void setPointsFrom(StiPoint[] pointsFrom)
Parameters:
pointsFrom - the pointsFrom to set