Class StiClusteredColumnSeriesAnimationGeom
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.StiClusteredColumnSeriesAnimationGeom
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields inherited from class com.stimulsoft.report.painters.context.chart.geoms.animation.StiAnimationGeom
interaction -
Constructor Summary
ConstructorsConstructorDescriptionStiClusteredColumnSeriesAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) StiClusteredColumnSeriesAnimationGeom(Object 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(Object 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
-
StiClusteredColumnSeriesAnimationGeom
public StiClusteredColumnSeriesAnimationGeom(Object background, StiPenGeom borderPen, Object columnRect, Double value, String toolTip, Object tag, StiAnimation animation, StiInteractionDataGeom interaction) -
StiClusteredColumnSeriesAnimationGeom
public StiClusteredColumnSeriesAnimationGeom(StiBrush wpfBackColor, StiBrush background, StiPenGeom borderPen, Object columnRect, StiCornerRadius cornerRadius, 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
-
getType
-
getBackground
- Returns:
- the background
-
setBackground
- Parameters:
background- the background to set
-
getBorderPen
- Returns:
- the borderPen
-
setBorderPen
- Parameters:
borderPen- the borderPen to set
-
getColumnRect
- Returns:
- the columnRect
-
setColumnRect
- Parameters:
columnRect- the columnRect to set
-
getToolTip
- Returns:
- the toolTip
-
setToolTip
- Parameters:
toolTip- the toolTip to set
-
getTag
- Returns:
- the tag
-
setTag
- Parameters:
tag- the tag to set
-
getValue
- Returns:
- the value
-
setValue
- Parameters:
value- the value to set
-
getWpfBackColor
-
setWpfBackColor
-
getCornerRadius
- Returns:
- the cornerRadius
-
setCornerRadius
- Parameters:
cornerRadius- the cornerRadius to set
-