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

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

public class StiColumnAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiColumnAnimation(java.lang.Double valueFrom, StiRectangle rectFrom, java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 StiRectangle getRectFrom()
           
 StiAnimationType getType()
           
 java.lang.Double getValueFrom()
           
 void setRectFrom(StiRectangle rectFrom)
           
 void setValueFrom(java.lang.Double valueFrom)
           
 
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

StiColumnAnimation

public StiColumnAnimation(java.lang.Double valueFrom,
                          StiRectangle rectFrom,
                          java.lang.Integer duration,
                          java.lang.Integer beginTime)
Method Detail

getValueFrom

public java.lang.Double getValueFrom()
Returns:
the valueFrom

setValueFrom

public void setValueFrom(java.lang.Double valueFrom)
Parameters:
valueFrom - the valueFrom to set

getRectFrom

public StiRectangle getRectFrom()
Returns:
the rectFrom

setRectFrom

public void setRectFrom(StiRectangle rectFrom)
Parameters:
rectFrom - the rectFrom to set

getType

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