Class StiClusteredBarSeriesAnimationGeom
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.StiClusteredBarSeriesAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiClusteredBarSeriesAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiClusteredBarSeriesAnimationGeom(StiBrush background, StiPenGeom borderPen, Object columnRect, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
Method Summary
Modifier and TypeMethodDescriptiongetTag()getType()getValue()voidLoadFromJsonObject(JSONObject jObject) voidsetBackground(StiBrush background) voidsetBorderPen(StiPenGeom borderPen) voidsetColumnRect(Object columnRect) voidsetCornerRadius(StiCornerRadius cornerRadius) voidvoidsetToolTip(String toolTip) voidvoidsetWpfBackColor(StiBrush wpfBackColor) 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
-
StiClusteredBarSeriesAnimationGeom
public StiClusteredBarSeriesAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
StiClusteredBarSeriesAnimationGeom
public StiClusteredBarSeriesAnimationGeom(StiBrush background, StiPenGeom borderPen, Object columnRect, Double value, 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
-
getWpfBackColor
-
setWpfBackColor
-
getBackground
-
setBackground
-
getBorderPen
-
setBorderPen
-
getColumnRect
-
setColumnRect
-
getToolTip
-
setToolTip
-
getTag
-
setTag
-
getValue
-
setValue
-
getCornerRadius
-
setCornerRadius
-
getType
-