Class StiPathElementAnimationGeom
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.StiPathElementAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiPathElementAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, List<StiSegmentGeom> pathGeoms, Object rect, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiPathElementAnimationGeom(Object background, StiPenGeom borderPen, List<StiSegmentGeom> pathGeoms, Object rect, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
Method Summary
Modifier and TypeMethodDescriptiongetRect()getTag()getType()voidLoadFromJsonObject(JSONObject jObject) voidsetBackground(Object background) voidsetBorderPen(StiPenGeom borderPen) voidsetPathGeoms(List<StiSegmentGeom> pathGeoms) voidvoidvoidsetToolTip(String toolTip) Methods 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
-
Constructor Details
-
StiPathElementAnimationGeom
public StiPathElementAnimationGeom(Object background, StiPenGeom borderPen, List<StiSegmentGeom> pathGeoms, Object rect, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
StiPathElementAnimationGeom
public StiPathElementAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, List<StiSegmentGeom> pathGeoms, Object rect, String toolTip, 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
-
getBorderPen
- Returns:
- the borderPen
-
setBorderPen
- Parameters:
borderPen- the borderPen to set
-
getRect
- Returns:
- the rect
-
setRect
- Parameters:
rect- the rect to set
-
getPathGeoms
- Returns:
- the pathGeoms
-
setPathGeoms
- Parameters:
pathGeoms- the pathGeoms to set
-
getToolTip
- Returns:
- the toolTip
-
setToolTip
- Parameters:
toolTip- the toolTip to set
-
getTag
- Returns:
- the tag
-
setTag
- Parameters:
tag- the tag to set
-