|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
| 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)
|
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)
|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||