com.stimulsoft.base.context.chart.geoms.animaton
Class StiClusteredBarSeriesAnimationGeom

java.lang.Object
  extended by com.stimulsoft.base.context.chart.geoms.StiGeom
      extended by com.stimulsoft.base.context.chart.geoms.animaton.StiAnimationGeom
          extended by com.stimulsoft.base.context.chart.geoms.animaton.StiClusteredBarSeriesAnimationGeom
All Implemented Interfaces:
IStiJsonReportObject

public class StiClusteredBarSeriesAnimationGeom
extends StiAnimationGeom

Copyright Stimulsoft


Field Summary
 
Fields inherited from class com.stimulsoft.base.context.chart.geoms.animaton.StiAnimationGeom
interaction
 
Constructor Summary
StiClusteredBarSeriesAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 
Method Summary
 java.lang.Object getBackground()
           
 StiPenGeom getBorderPen()
           
 java.lang.Object getColumnRect()
           
 java.lang.Object getTag()
           
 java.lang.String getToolTip()
           
 StiGeomType getType()
           
 java.lang.Double getValue()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setBackground(java.lang.Object background)
           
 void setBorderPen(StiPenGeom borderPen)
           
 void setColumnRect(java.lang.Object columnRect)
           
 void setTag(java.lang.Object tag)
           
 void setToolTip(java.lang.String toolTip)
           
 void setValue(java.lang.Double value)
           
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.animaton.StiAnimationGeom
getAnimation, getInteraction, setAnimation, setInteraction
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.StiGeom
SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiClusteredBarSeriesAnimationGeom

public StiClusteredBarSeriesAnimationGeom(java.lang.Object background,
                                          StiPenGeom borderPen,
                                          java.lang.Object columnRect,
                                          java.lang.Double value,
                                          java.lang.String toolTip,
                                          java.lang.Object tag,
                                          StiAnimation animation,
                                          StiInteractionDataGeom interaction)
Method Detail

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiAnimationGeom
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiAnimationGeom

getType

public StiGeomType getType()
Specified by:
getType in class StiGeom

getBackground

public java.lang.Object getBackground()
Returns:
the background

setBackground

public void setBackground(java.lang.Object background)
Parameters:
background - the background to set

getBorderPen

public StiPenGeom getBorderPen()
Returns:
the borderPen

setBorderPen

public void setBorderPen(StiPenGeom borderPen)
Parameters:
borderPen - the borderPen to set

getColumnRect

public java.lang.Object getColumnRect()
Returns:
the columnRect

setColumnRect

public void setColumnRect(java.lang.Object columnRect)
Parameters:
columnRect - the columnRect to set

getToolTip

public java.lang.String getToolTip()
Returns:
the toolTip

setToolTip

public void setToolTip(java.lang.String toolTip)
Parameters:
toolTip - the toolTip to set

getTag

public java.lang.Object getTag()
Returns:
the tag

setTag

public void setTag(java.lang.Object tag)
Parameters:
tag - the tag to set

getValue

public java.lang.Double getValue()
Returns:
the value

setValue

public void setValue(java.lang.Double value)
Parameters:
value - the value to set