Class StiLabelAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiLabelAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiLabelAnimation(StiTimeSpan duration, StiTimeSpan beginTime) StiLabelAnimation(Double valueFrom, Double value, StiPoint pointFrom, StiPoint point, StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptiongetPoint()getType()getValue()voidsetLabelRect(StiRectangle labelRect) voidvoidsetPointFrom(StiPoint pointFrom) voidvoidsetValueFrom(Double valueFrom) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiLabelAnimation
-
StiLabelAnimation
public StiLabelAnimation(Double valueFrom, Double value, StiPoint pointFrom, StiPoint point, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiAnimation
-
getPointFrom
- Returns:
- the pointFrom
-
setPointFrom
- Parameters:
pointFrom- the pointFrom to set
-
getPoint
- Returns:
- the point
-
setPoint
- Parameters:
point- the point to set
-
getValueFrom
- Returns:
- the valueFrom
-
setValueFrom
- Parameters:
valueFrom- the valueFrom to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getLabelRect
- Returns:
- the labelRect
-
setLabelRect
- Parameters:
labelRect- the labelRect to set
-