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

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.StiEllipseAnimationGeom
All Implemented Interfaces:
IStiJsonReportObject

public class StiEllipseAnimationGeom
extends StiAnimationGeom

Copyright Stimulsoft


Constructor Summary
StiEllipseAnimationGeom(Object background, StiPenGeom borderPen, Object rect, String toolTip, Object tag, StiAnimation animation)
           
 
Method Summary
 Object getBackground()
           
 StiPenGeom getBorderPen()
           
 Object getRect()
           
 Object getTag()
           
 String getToolTip()
           
 StiGeomType getType()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setBackground(Object background)
           
 void setBorderPen(StiPenGeom borderPen)
           
 void setRect(Object rect)
           
 void setTag(Object tag)
           
 void setToolTip(String toolTip)
           
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.animaton.StiAnimationGeom
getAnimation, setAnimation
 
Methods inherited from class com.stimulsoft.base.context.chart.geoms.StiGeom
SaveBrushToJsonObject, SaveGeomListToJsonObject, SavePointFArrayToJsonObject, SavePointFToJsonObject, SaveRectangleDToJsonObject, SaveRectangleFToJsonObject, SaveRectangleToJsonObject, SaveRectToJsonObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiEllipseAnimationGeom

public StiEllipseAnimationGeom(Object background,
                               StiPenGeom borderPen,
                               Object rect,
                               String toolTip,
                               Object tag,
                               StiAnimation animation)
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 Object getBackground()
Returns:
the background

setBackground

public void setBackground(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

getRect

public Object getRect()
Returns:
the rect

setRect

public void setRect(Object rect)
Parameters:
rect - the rect to set

getToolTip

public String getToolTip()
Returns:
the toolTip

setToolTip

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

getTag

public Object getTag()
Returns:
the tag

setTag

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


Copyright © 2017 Stimulsoft. All Rights Reserved.