com.stimulsoft.report.chart.view.strips
Class StiStripsCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<IStiStrips>
              extended by com.stimulsoft.report.chart.view.strips.StiStripsCollection
All Implemented Interfaces:
IStiJsonReportObject, IStiApplyStyle, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<IStiStrips>, java.util.Collection<IStiStrips>, java.util.List<IStiStrips>, java.util.RandomAccess

public class StiStripsCollection
extends java.util.ArrayList<IStiStrips>
implements IStiApplyStyle, IStiJsonReportObject

See Also:
Serialized Form

Constructor Summary
StiStripsCollection()
           
 
Method Summary
 boolean add(IStiStrips e)
           
 void applyStyle(IStiChartStyle style)
          Applying specified style to this area.
 StiChart getChart()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setChart(StiChart value)
           
 
Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

StiStripsCollection

public StiStripsCollection()
Method Detail

add

public boolean add(IStiStrips e)
Specified by:
add in interface java.util.Collection<IStiStrips>
Specified by:
add in interface java.util.List<IStiStrips>
Overrides:
add in class java.util.ArrayList<IStiStrips>

applyStyle

public final void applyStyle(IStiChartStyle style)
Applying specified style to this area.

Specified by:
applyStyle in interface IStiApplyStyle
Parameters:
style -

getChart

public final StiChart getChart()

setChart

public final void setChart(StiChart value)

SaveToJsonObject

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

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Throws:
JSONException