Class StiPieLabelAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiPieLabelAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiPieLabelAnimation(Double valueFrom, Double value, double angleFrom, double angle, StiRectangle clientRect, StiRectangle rectLabelFrom, StiRectangle rectLabel, StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptiondoublegetAngle()doublegetType()getValue()voidsetAngle(double angle) voidsetAngleFrom(double angleFrom) voidsetClientRect(StiRectangle clientRect) voidsetRectLabel(StiRectangle rectLabel) voidsetRectLabelFrom(StiRectangle rectLabelFrom) voidvoidsetValueFrom(Double valueFrom) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiPieLabelAnimation
public StiPieLabelAnimation(Double valueFrom, Double value, double angleFrom, double angle, StiRectangle clientRect, StiRectangle rectLabelFrom, StiRectangle rectLabel, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiAnimation
-
getValueFrom
- Returns:
- the valueFrom
-
setValueFrom
- Parameters:
valueFrom- the valueFrom to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getRectLabelFrom
- Returns:
- the rectLabelFrom
-
setRectLabelFrom
- Parameters:
rectLabelFrom- the rectLabelFrom to set
-
getRectLabel
- Returns:
- the rectLabel
-
setRectLabel
- Parameters:
rectLabel- the rectLabel to set
-
getClientRect
- Returns:
- the clientRect
-
setClientRect
- 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
-