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

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

public class StiPathAnimationGeom
extends StiAnimationGeom

Copyright Stimulsoft


Field Summary
static java.lang.Object getBoundsState
           
 
Fields inherited from class com.stimulsoft.base.context.chart.geoms.animaton.StiAnimationGeom
interaction
 
Constructor Summary
StiPathAnimationGeom(java.lang.Object background, StiPenGeom pen, java.util.List<StiSegmentGeom> geoms, java.lang.Object rect, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 
Method Summary
 java.lang.Object getBackground()
           
 java.util.List<StiSegmentGeom> getGeoms()
           
 StiPenGeom getPen()
           
 java.lang.Object getRect()
           
 java.lang.Object getTag()
           
 StiGeomType getType()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setBackground(java.lang.Object background)
           
 void setGeoms(java.util.List<StiSegmentGeom> geoms)
           
 void setPen(StiPenGeom pen)
           
 void setRect(java.lang.Object rect)
           
 void setTag(java.lang.Object tag)
           
 
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
 

Field Detail

getBoundsState

public static java.lang.Object getBoundsState
Constructor Detail

StiPathAnimationGeom

public StiPathAnimationGeom(java.lang.Object background,
                            StiPenGeom pen,
                            java.util.List<StiSegmentGeom> geoms,
                            java.lang.Object rect,
                            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

getPen

public StiPenGeom getPen()
Returns:
the pen

setPen

public void setPen(StiPenGeom pen)
Parameters:
pen - the pen to set

getRect

public java.lang.Object getRect()
Returns:
the rect

setRect

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

getGeoms

public java.util.List<StiSegmentGeom> getGeoms()
Returns:
the geoms

setGeoms

public void setGeoms(java.util.List<StiSegmentGeom> geoms)
Parameters:
geoms - the geoms 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