sparklinecollection-ag凯发旗舰厅



com.spire.xls
class sparklinecollection

java.lang.object
  extended by java.util.abstractcollection
      extended by java.util.abstractlist
          extended by java.util.arraylist<isparkline>
              extended by com.spire.xls.sparklinecollection
all implemented interfaces:
isparklines, java.lang.iterable<isparkline>, java.util.collection<isparkline>, java.util.list<isparkline>

public class sparklinecollection
extends java.util.arraylist<isparkline>
implements isparklines

represents the sparkline collection.

see also:
serialized form

constructor summary
sparklinecollection(sparklinegroup group)
           
 
method summary
 sparkline add()
          adds sparkline instance.
 void add(cellrange datarange, cellrange referencerange)
          adds the sparkline.
 void add(cellrange datarange, cellrange referencerange, boolean isvertical)
          adds the sparkline.
 void clear(sparkline sparkline)
          clears the sparkline.
 void refreshranges(cellrange datarange, cellrange referencerange)
          adds the sparkline.
 void refreshranges(cellrange datarange, cellrange referencerange, boolean isvertical)
          refresh data range of the sparkline.
 
constructor detail

sparklinecollection

public sparklinecollection(sparklinegroup group)
method detail

add

public sparkline add()
adds sparkline instance.
specified by:
add in interface isparklines

add

public void add(cellrange datarange,
                cellrange referencerange)
adds the sparkline.
specified by:
add in interface isparklines

add

public void add(cellrange datarange,
                cellrange referencerange,
                boolean isvertical)
adds the sparkline.
specified by:
add in interface isparklines

refreshranges

public void refreshranges(cellrange datarange,
                          cellrange referencerange)
adds the sparkline.
specified by:
refreshranges in interface isparklines

refreshranges

public void refreshranges(cellrange datarange,
                          cellrange referencerange,
                          boolean isvertical)
refresh data range of the sparkline.
specified by:
refreshranges in interface isparklines

clear

public void clear(sparkline sparkline)
clears the sparkline.
specified by:
clear in interface isparklines
parameters:
sparkline - the sparkline range.


网站地图