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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiPieLabelAnimation
public StiPieLabelAnimation(Double valueFrom,
Double value,
double angleFrom,
double angle,
StiRectangle clientRect,
StiRectangle rectLabelFrom,
StiRectangle rectLabel,
Integer duration,
Integer beginTime)
getType
public StiAnimationType getType()
- Specified by:
getType in class StiAnimation
getValueFrom
public Double getValueFrom()
- Returns:
- the valueFrom
setValueFrom
public void setValueFrom(Double valueFrom)
- Parameters:
valueFrom - the valueFrom to set
getValue
public Double getValue()
- Returns:
- the value
setValue
public void setValue(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
Copyright © 2017 Stimulsoft. All Rights Reserved.