com.stimulsoft.base.context.chart.animation
Class StiPieLabelAnimation
java.lang.Object
com.stimulsoft.base.context.chart.animation.StiAnimation
com.stimulsoft.base.context.chart.animation.StiPieLabelAnimation
public class StiPieLabelAnimation
- extends StiAnimation
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPieLabelAnimation
public StiPieLabelAnimation(java.lang.Double valueFrom,
java.lang.Double value,
double angleFrom,
double angle,
StiRectangle clientRect,
StiRectangle rectLabelFrom,
StiRectangle rectLabel,
java.lang.Integer duration,
java.lang.Integer beginTime)
getType
public StiAnimationType getType()
- Specified by:
getType
in class StiAnimation
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
getRectLabelFrom
public StiRectangle getRectLabelFrom()
- Returns:
- the rectLabelFrom
setRectLabelFrom
public void setRectLabelFrom(StiRectangle rectLabelFrom)
- Parameters:
rectLabelFrom
- the rectLabelFrom to set
getRectLabel
public StiRectangle getRectLabel()
- Returns:
- the rectLabel
setRectLabel
public void setRectLabel(StiRectangle rectLabel)
- Parameters:
rectLabel
- the rectLabel to set
getClientRect
public StiRectangle getClientRect()
- Returns:
- the clientRect
setClientRect
public void setClientRect(StiRectangle clientRect)
- Parameters:
clientRect
- the clientRect to set
getAngleFrom
public double getAngleFrom()
- Returns:
- the angleFrom
setAngleFrom
public void setAngleFrom(double angleFrom)
- Parameters:
angleFrom
- the angleFrom to set
getAngle
public double getAngle()
- Returns:
- the angle
setAngle
public void setAngle(double angle)
- Parameters:
angle
- the angle to set