| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
StiAnimation |
StiPieSegmentGeom.getAnimation() |
StiAnimation |
StiLinesSegmentGeom.getAnimation() |
StiAnimation |
StiLineSegmentGeom.getAnimation() |
StiAnimation |
StiCurveSegmentGeom.getAnimation() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiPieSegmentGeom.setAnimation(StiAnimation animation) |
void |
StiLinesSegmentGeom.setAnimation(StiAnimation animation) |
void |
StiLineSegmentGeom.setAnimation(StiAnimation animation) |
void |
StiCurveSegmentGeom.setAnimation(StiAnimation animation) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
StiAnimation |
StiAnimationGeom.getAnimation() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiAnimationGeom.setAnimation(StiAnimation animation) |
| Constructor and Description |
|---|
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) |
Copyright © 2020 Stimulsoft. All Rights Reserved.