Uses of Class
com.stimulsoft.base.context.chart.animation.StiAnimation

Packages that use StiAnimation
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.animation   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.report.chart.core.seriesLabels.axis   
com.stimulsoft.report.chart.geoms.series.clusteredColumn   
com.stimulsoft.report.chart.geoms.series.pie   
com.stimulsoft.report.chart.geoms.seriesLabels.axis   
com.stimulsoft.report.chart.geoms.seriesLabels.pie   
com.stimulsoft.report.infographics.gauge.primitives.base   
com.stimulsoft.report.painters.context.gauge.geoms   
 

Uses of StiAnimation in com.stimulsoft.base.context.chart
 

Methods in com.stimulsoft.base.context.chart with parameters of type StiAnimation
 void StiContext.DrawAnimationBar(java.lang.Object brush, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.DrawAnimationColumn(java.lang.Object brush, StiPenGeom borderPen, java.lang.Object rect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.DrawAnimationCurve(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
           
 void StiContext.DrawAnimationLabel(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object labelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, java.lang.Boolean drawBorder, StiAnimation animation)
           
 void StiContext.DrawAnimationLines(StiPenGeom pen, StiPoint[] points, StiAnimation animation)
           
 void StiContext.DrawAnimationPathElement(java.lang.Object brush, StiPenGeom borderPen, java.util.List<StiSegmentGeom> path, java.lang.Object rect, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.DrawAnimationRectangle(java.lang.Object brush, StiPenGeom pen, StiRectangle rect, StiAnimation animation, StiInteractionDataGeom interaction, java.lang.String tooltip)
           
 void StiContext.DrawShadowRect(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)
           
 void StiContext.DrawShadowRect(StiRectangle rect, int shadowWidth, StiAnimation animation)
           
 void StiContext.FillDrawAnimationEllipse(java.lang.Object brush, StiPenGeom pen, double x, double y, double width, double height, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.FillDrawAnimationPath(java.lang.Object brush, StiPenGeom pen, java.util.List<StiSegmentGeom> path, java.lang.Object rect, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 

Uses of StiAnimation in com.stimulsoft.base.context.chart.animation
 

Subclasses of StiAnimation in com.stimulsoft.base.context.chart.animation
 class StiColumnAnimation
          Copyright Stimulsoft
 class StiLabelAnimation
          Copyright Stimulsoft
 class StiOpacityAnimation
          Copyright Stimulsoft
 class StiPieLabelAnimation
          Copyright Stimulsoft
 class StiPieSegmentAnimation
          Copyright Stimulsoft
 class StiPointAnimation
          Copyright Stimulsoft
 class StiPointsAnimation
          Copyright Stimulsoft
 class StiRotaionAnimation
          Copyright Stimulsoft
 class StiRotationAnimation
          Copyright Stimulsoft
 class StiScaleAnimation
          Copyright Stimulsoft
 class StiTranslationAnimation
          Copyright Stimulsoft
 

Uses of StiAnimation in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiAnimation
 StiAnimation StiPieSegmentGeom.getAnimation()
           
 StiAnimation StiLinesSegmentGeom.getAnimation()
           
 StiAnimation StiLineSegmentGeom.getAnimation()
           
 StiAnimation StiCurveSegmentGeom.getAnimation()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiAnimation
 void StiPieSegmentGeom.setAnimation(StiAnimation animation)
           
 void StiLinesSegmentGeom.setAnimation(StiAnimation animation)
           
 void StiLineSegmentGeom.setAnimation(StiAnimation animation)
           
 void StiCurveSegmentGeom.setAnimation(StiAnimation animation)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiAnimation
StiCurveSegmentGeom(StiPoint[] points, float tension, StiAnimation animation)
           
StiLineSegmentGeom(StiPoint start, StiPoint end, StiAnimation animation)
           
StiLinesSegmentGeom(StiPoint[] points, StiAnimation animation)
           
StiPieSegmentGeom(StiRectangle rect, double startAngle, double sweepAngle, StiAnimation animation)
           
StiPieSegmentGeom(StiRectangle rect, float startAngle, float sweepAngle, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.base.context.chart.geoms.animaton
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiAnimation
 StiAnimation StiAnimationGeom.getAnimation()
           
 

Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiAnimation
 void StiAnimationGeom.setAnimation(StiAnimation animation)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiAnimation
StiAnimationGeom(StiAnimation animation, StiInteractionDataGeom interaction)
           
StiBorderAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object rect, StiAnimation animation, StiInteractionDataGeom interaction, java.lang.String toolTip)
           
StiClusteredBarSeriesAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiClusteredColumnSeriesAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiCurveAnimationGeom(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
           
StiEllipseAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object rect, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiLabelAnimationGeom(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation)
           
StiLinesAnimationGeom(StiPenGeom pen, StiPoint[] points, StiAnimation animation)
           
StiPathAnimationGeom(java.lang.Object background, StiPenGeom pen, java.util.List<StiSegmentGeom> geoms, java.lang.Object rect, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiPathElementAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.util.List<StiSegmentGeom> pathGeoms, java.lang.Object rect, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiShadowAnimationGeom(StiRectangle rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)
           
StiShadowAnimationGeom(StiRectangle rect, int shadowWidth, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.chart.core.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.core.seriesLabels.axis with parameters of type StiAnimation
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, double weight, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiOutsideAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 StiSeriesLabelsGeom StiCenterAxisLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
abstract  StiSeriesLabelsGeom StiAxisSeriesLabelsCoreXF.RenderLabel(IStiSeries series, StiContext context, StiPoint endPoint, StiPoint startPoint, int pointIndex, java.lang.Double value, java.lang.Double labelValue, java.lang.String argumentText, java.lang.String tag, int colorIndex, int colorCount, StiRectangle rect, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.chart.geoms.series.clusteredColumn
 

Methods in com.stimulsoft.report.chart.geoms.series.clusteredColumn that return StiAnimation
 StiAnimation StiClusteredColumnSeriesElementGeom.getAnimation()
           
 

Constructors in com.stimulsoft.report.chart.geoms.series.clusteredColumn with parameters of type StiAnimation
StiClusteredColumnSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, StiBrush seriesBrush, StiColor seriesBorderColor, IStiSeries series, StiRectangle clientRectangle, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.chart.geoms.series.pie
 

Methods in com.stimulsoft.report.chart.geoms.series.pie that return StiAnimation
 StiAnimation StiPieSeriesElementGeom.getAnimation()
           
 

Methods in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiAnimation
 void StiPieSeriesElementGeom.setAnimation(StiAnimation animation)
           
 

Constructors in com.stimulsoft.report.chart.geoms.series.pie with parameters of type StiAnimation
StiPieSeriesElementGeom(StiAreaGeom areaGeom, double value, int index, IStiPieSeries series, StiRectangle clientRectangle, java.util.ArrayList<StiSegmentGeom> path, java.util.ArrayList<StiSegmentGeom> pathLight, StiColor borderColor, StiBrush brush, double startAngle, double endAngle, double radius, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.chart.geoms.seriesLabels.axis
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.axis that return StiAnimation
 StiAnimation StiCenterAxisLabelsGeom.getAnimation()
           
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.axis with parameters of type StiAnimation
StiCenterAxisLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiColor labelColor, StiColor labelBorderColor, StiBrush seriesBrush, StiBrush seriesLabelsBrush, StiColor seriesBorderColor, StiFontGeom font, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.chart.geoms.seriesLabels.pie
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie that return StiAnimation
 StiAnimation StiCenterPieLabelsGeom.getAnimation()
           
 

Methods in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiAnimation
 void StiCenterPieLabelsGeom.setAnimation(StiAnimation animation)
           
 

Constructors in com.stimulsoft.report.chart.geoms.seriesLabels.pie with parameters of type StiAnimation
StiCenterPieLabelsGeom(IStiSeriesLabels seriesLabels, IStiSeries series, int index, double value, StiRectangle clientRectangle, java.lang.String text, StiBrush seriesBrush, StiBrush labelBrush, StiBrush seriesLabelBrush, StiColor borderColor, StiColor seriesBorderColor, StiRotationMode rotationMode, StiRectangle labelRect, double angleToUse, StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.infographics.gauge.primitives.base
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base that return StiAnimation
 StiAnimation StiGaugeElement.getAnimation()
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base with parameters of type StiAnimation
 void StiGaugeElement.setAnimation(StiAnimation animation)
           
 

Uses of StiAnimation in com.stimulsoft.report.painters.context.gauge.geoms
 

Methods in com.stimulsoft.report.painters.context.gauge.geoms that return StiAnimation
 StiAnimation StiGaugeGeom.getAnimation()
           
 

Methods in com.stimulsoft.report.painters.context.gauge.geoms with parameters of type StiAnimation
 void StiGaugeGeom.setAnimation(StiAnimation animation)