Iteratorpublic class ColorBreakCollection extends ColorBreak implements Iterator
breakType, caption, color, drawShape, endValue, isNoData, startValue, tag| 构造器 | 说明 |
|---|---|
ColorBreakCollection() |
Constructor
|
ColorBreakCollection(List<ColorBreak> cbs) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
add(int idx,
ColorBreak cb) |
Add a color break
|
void |
add(ColorBreak cb) |
Add a color break
|
ColorBreak |
get(int idx) |
Get a color break by index
|
boolean |
hasNext() |
|
boolean |
isEmpty() |
Get is empty or not
|
Object |
next() |
|
int |
size() |
Get color break list size
|
clone, exportToXML, getBreakType, getCaption, getColor, getEndValue, getPropertyObject, getStartValue, getTag, getValueString, isDrawShape, isNoData, setBreakType, setCaption, setColor, setDrawShape, setEndValue, setNoData, setStartValue, setTagforEachRemaining, removepublic ColorBreakCollection()
public ColorBreakCollection(List<ColorBreak> cbs)
cbs - Color break listpublic int size()
public boolean isEmpty()
public ColorBreak get(int idx)
idx - Indexpublic void add(ColorBreak cb)
cb - Color breakpublic void add(int idx,
ColorBreak cb)
idx - Indexcb - Color breakCopyright © 2019. All rights reserved.