public class AxisBreaks
extends java.util.ArrayList
Copyright (c) 2005-2011 by Steema Software SL. All Rights Reserved.
AxisBreak,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected AxisBreaksTool |
tool |
| Constructor and Description |
|---|
AxisBreaks() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(AxisBreak l) |
void |
clear() |
AxisBreak |
get(int index) |
void |
remove(AxisBreak s) |
add, add, addAll, addAll, clone, contains, ensureCapacity, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeprotected AxisBreaksTool tool
public int add(AxisBreak l)
public void clear()
clear in interface java.util.Collectionclear in interface java.util.Listclear in class java.util.ArrayListpublic void remove(AxisBreak s)
public AxisBreak get(int index)
get in interface java.util.Listget in class java.util.ArrayList