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

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

public class StiLabelAnimation
extends StiAnimation

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.animation.StiAnimation
beginTime, duration
 
Constructor Summary
StiLabelAnimation(java.lang.Double valueFrom, java.lang.Double value, StiPoint pointFrom, StiPoint point, java.lang.Integer duration, java.lang.Integer beginTime)
           
StiLabelAnimation(java.lang.Integer duration, java.lang.Integer beginTime)
           
 
Method Summary
 StiRectangle getLabelRect()
           
 StiPoint getPoint()
           
 StiPoint getPointFrom()
           
 StiAnimationType getType()
           
 java.lang.Double getValue()
           
 java.lang.Double getValueFrom()
           
 void setLabelRect(StiRectangle labelRect)
           
 void setPoint(StiPoint point)
           
 void setPointFrom(StiPoint pointFrom)
           
 void setValue(java.lang.Double value)
           
 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

StiLabelAnimation

public StiLabelAnimation(java.lang.Integer duration,
                         java.lang.Integer beginTime)

StiLabelAnimation

public StiLabelAnimation(java.lang.Double valueFrom,
                         java.lang.Double value,
                         StiPoint pointFrom,
                         StiPoint point,
                         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

getPoint

public StiPoint getPoint()
Returns:
the point

setPoint

public void setPoint(StiPoint point)
Parameters:
point - the point to set

getValueFrom

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

setValueFrom

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

getValue

public java.lang.Double getValue()
Returns:
the value

setValue

public void setValue(java.lang.Double value)
Parameters:
value - the value to set

getLabelRect

public StiRectangle getLabelRect()
Returns:
the labelRect

setLabelRect

public void setLabelRect(StiRectangle labelRect)
Parameters:
labelRect - the labelRect to set