Class StiAnimationGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
- Direct Known Subclasses:
StiBorderAnimationGeom,StiClusteredBarSeriesAnimationGeom,StiClusteredColumnSeriesAnimationGeom,StiCurveAnimationGeom,StiEllipseAnimationGeom,StiLabelAnimationGeom,StiLinesAnimationGeom,StiPathAnimationGeom,StiPathElementAnimationGeom,StiShadowAnimationGeom,StiTextGeom
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStiAnimationGeom(StiAnimation animation) StiAnimationGeom(StiAnimation animation, StiInteractionDataGeom interaction) -
Method Summary
Modifier and TypeMethodDescriptionvoidLoadFromJsonObject(JSONObject jObject) voidsetAnimation(StiAnimation animation) voidsetInteraction(StiInteractionDataGeom interaction) Methods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
getType, SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Field Details
-
interaction
-
-
Constructor Details
-
StiAnimationGeom
-
StiAnimationGeom
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiGeom- Throws:
JSONException
-
getAnimation
- Returns:
- the animation
-
setAnimation
- Parameters:
animation- the animation to set
-
getInteraction
- Returns:
- the interaction
-
setInteraction
- Parameters:
interaction- the interaction to set
-