Class StiPieSegmentAnimation
java.lang.Object
com.stimulsoft.report.painters.context.animation.StiAnimation
com.stimulsoft.report.painters.context.animation.StiPieSegmentAnimation
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
anotherAnimation, beginTime, beginTimeCorrect, duration, id -
Constructor Summary
ConstructorsConstructorDescriptionStiPieSegmentAnimation(StiRectangle rectFrom, StiRectangle rectTo, double startAngleFrom, double endAngleFrom, double startAngleTo, double endAngleTo, StiTimeSpan duration, StiTimeSpan beginTime) StiPieSegmentAnimation(StiRectangle rectFrom, StiRectangle rectTo, StiRectangle rectDtFrom, StiRectangle rectDtTo, double startAngleFrom, double endAngleFrom, double startAngleTo, double endAngleTo, StiTimeSpan duration, StiTimeSpan beginTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyPreviousAnimation(List<StiAnimation> previousAnimations) doubledoubledoubledoublegetType()static booleanisAnimationChangingValues(IStiSeries series) static booleanisAnimationChangingValues(IStiSeries series, Object id) voidsetEndAngleFrom(double endAngleFrom) voidsetEndAngleTo(double endAngleTo) voidsetRectDtFrom(StiRectangle rectDtFrom) voidsetRectDtTo(StiRectangle rectDtTo) voidsetRectFrom(StiRectangle rectFrom) voidsetRectTo(StiRectangle rectTo) voidsetStartAngleFrom(double startAngleFrom) voidsetStartAngleTo(double startAngleTo) Methods inherited from class com.stimulsoft.report.painters.context.animation.StiAnimation
getAnotherAnimation, getBeginTime, getDuration, setAnotherAnimation, setBeginTime, setDuration
-
Constructor Details
-
StiPieSegmentAnimation
public StiPieSegmentAnimation(StiRectangle rectFrom, StiRectangle rectTo, double startAngleFrom, double endAngleFrom, double startAngleTo, double endAngleTo, StiTimeSpan duration, StiTimeSpan beginTime) -
StiPieSegmentAnimation
public StiPieSegmentAnimation(StiRectangle rectFrom, StiRectangle rectTo, StiRectangle rectDtFrom, StiRectangle rectDtTo, double startAngleFrom, double endAngleFrom, double startAngleTo, double endAngleTo, StiTimeSpan duration, StiTimeSpan beginTime)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiAnimation
-
isAnimationChangingValues
-
isAnimationChangingValues
-
applyPreviousAnimation
-
getRectFrom
-
setRectFrom
-
getRectTo
-
setRectTo
-
getRectDtFrom
-
setRectDtFrom
-
getRectDtTo
-
setRectDtTo
-
getStartAngleFrom
public double getStartAngleFrom() -
setStartAngleFrom
public void setStartAngleFrom(double startAngleFrom) -
getEndAngleFrom
public double getEndAngleFrom() -
setEndAngleFrom
public void setEndAngleFrom(double endAngleFrom) -
getStartAngleTo
public double getStartAngleTo() -
setStartAngleTo
public void setStartAngleTo(double startAngleTo) -
getEndAngleTo
public double getEndAngleTo() -
setEndAngleTo
public void setEndAngleTo(double endAngleTo)
-