public class StiLabelAnimation extends StiAnimation
beginTime, duration| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getBeginTime, getDuration, setBeginTime, setDurationpublic StiLabelAnimation(java.lang.Integer duration,
java.lang.Integer beginTime)
public StiAnimationType getType()
getType in class StiAnimationpublic StiPoint getPointFrom()
public void setPointFrom(StiPoint pointFrom)
pointFrom - the pointFrom to setpublic StiPoint getPoint()
public void setPoint(StiPoint point)
point - the point to setpublic 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 getLabelRect()
public void setLabelRect(StiRectangle labelRect)
labelRect - the labelRect to setCopyright © 2020 Stimulsoft. All Rights Reserved.