public class StiPieLabelAnimation extends StiAnimation
beginTime, duration| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle() |
double |
getAngleFrom() |
StiRectangle |
getClientRect() |
StiRectangle |
getRectLabel() |
StiRectangle |
getRectLabelFrom() |
StiAnimationType |
getType() |
java.lang.Double |
getValue() |
java.lang.Double |
getValueFrom() |
void |
setAngle(double angle) |
void |
setAngleFrom(double angleFrom) |
void |
setClientRect(StiRectangle clientRect) |
void |
setRectLabel(StiRectangle rectLabel) |
void |
setRectLabelFrom(StiRectangle rectLabelFrom) |
void |
setValue(java.lang.Double value) |
void |
setValueFrom(java.lang.Double valueFrom) |
getBeginTime, getDuration, setBeginTime, setDurationpublic 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)
public StiAnimationType getType()
getType in class StiAnimationpublic java.lang.Double getValueFrom()
public void setValueFrom(java.lang.Double valueFrom)
valueFrom - the valueFrom to setpublic java.lang.Double getValue()
public void setValue(java.lang.Double value)
value - the value to setpublic StiRectangle getRectLabelFrom()
public void setRectLabelFrom(StiRectangle rectLabelFrom)
rectLabelFrom - the rectLabelFrom to setpublic StiRectangle getRectLabel()
public void setRectLabel(StiRectangle rectLabel)
rectLabel - the rectLabel to setpublic StiRectangle getClientRect()
public void setClientRect(StiRectangle clientRect)
clientRect - the clientRect to setpublic double getAngleFrom()
public void setAngleFrom(double angleFrom)
angleFrom - the angleFrom to setpublic double getAngle()
public void setAngle(double angle)
angle - the angle to setCopyright © 2020 Stimulsoft. All Rights Reserved.