com.stimulsoft.base.context.chart.animation
Class StiLabelAnimation
java.lang.Object
com.stimulsoft.base.context.chart.animation.StiAnimation
com.stimulsoft.base.context.chart.animation.StiLabelAnimation
public class StiLabelAnimation
- extends StiAnimation
Copyright Stimulsoft
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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