public class MarksItems
extends java.util.ArrayList
Title: MarksItems class
Description:
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
protected boolean |
iLoadingCustom |
protected TextShape |
iMarks |
Constructor and Description |
---|
MarksItems(SeriesMarks s) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
MarksItem |
getItem(int index)
Returns the formatting object for the Index'th mark.
|
add, add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
protected TextShape iMarks
protected boolean iLoadingCustom
public MarksItems(SeriesMarks s)
public MarksItem getItem(int index)
index
- intpublic void clear()
clear
in interface java.util.Collection
clear
in interface java.util.List
clear
in class java.util.ArrayList