public class MarksItems
extends java.util.ArrayList
Title: MarksItems class
Description:
Copyright (c) 2005-2013 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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeprotected TextShape iMarks
protected boolean iLoadingCustom
public MarksItems(SeriesMarks s)
public MarksItem getItem(int index)
index - intpublic void clear()
clear in interface java.util.Collectionclear in interface java.util.Listclear in class java.util.ArrayList