public class SparklineGroupCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
SparklineGroup | get(int index) | |
Gets the |
Method Summary | ||
---|---|---|
int | add(int type, java.lang.String dataRange, boolean isVertical, CellArea locationRange) | |
Adds an |
||
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
void | clear() | |
void | clearSparklineGroups(CellArea cellArea) | |
Clears the sparkline groups that overlaps an area of cells.
|
||
void | clearSparklines(CellArea cellArea) | |
Clears the sparklines that is inside an area of cells.
|
||
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public SparklineGroup get(int index)
index
- The zero based index of the element.public int add(int type, java.lang.String dataRange, boolean isVertical, CellArea locationRange)
type
- A dataRange
- Specifies the data range of the sparkline group.isVertical
- Specifies whether to plot the sparklines from the data range by row or by column.locationRange
- Specifies where the sparklines to be placed.public void clearSparklines(CellArea cellArea)
cellArea
- Specifies the area of cellspublic void clearSparklineGroups(CellArea cellArea)
cellArea
- Specifies the area of cellspublic void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)