public class AxisBreaks
extends java.util.ArrayList
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
AxisBreak
,
Serialized FormModifier 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, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
protected AxisBreaksTool tool
public int add(AxisBreak l)
public void clear()
clear
in interface java.util.Collection
clear
in interface java.util.List
clear
in class java.util.ArrayList
public void remove(AxisBreak s)
public AxisBreak get(int index)
get
in interface java.util.List
get
in class java.util.ArrayList