Class StiPathAnimationGeom
java.lang.Object
com.stimulsoft.report.painters.context.chart.geoms.StiGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
com.stimulsoft.report.painters.context.chart.geoms.animation.StiPathAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
FieldsFields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiPathAnimationGeom(Object background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
Method Summary
Modifier and TypeMethodDescriptiongetGeoms()getPen()getRect()getTag()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetBackground(Object background) voidsetGeoms(List<StiSegmentGeom> geoms) voidsetPen(StiPenGeom pen) voidvoidMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
getAnimation, getInteraction, setAnimation, setInteractionMethods inherited from class com.stimulsoft.report.painters.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
-
Field Details
-
getBoundsState
-
-
Constructor Details
-
StiPathAnimationGeom
public StiPathAnimationGeom(Object background, StiPenGeom pen, List<StiSegmentGeom> geoms, Object rect, Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiAnimationGeom- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiAnimationGeom
-
getType
-
getBackground
- Returns:
- the background
-
setBackground
- Parameters:
background- the background to set
-
getPen
- Returns:
- the pen
-
setPen
- Parameters:
pen- the pen to set
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getGeoms
- Returns:
- the geoms
-
setGeoms
- Parameters:
geoms- the geoms to set
-
getTag
- Returns:
- the tag
-
setTag
- Parameters:
tag- the tag to set
-