com.steema.teechart.tools
Class AxisBreaks

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by com.steema.teechart.tools.AxisBreaks
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class AxisBreaks
extends java.util.ArrayList

Collection of AxisBreak

Copyright (c) 2005-2011 by Steema Software SL. All Rights Reserved.

See Also:
AxisBreak, Serialized Form

Field Summary
protected  AxisBreaksTool tool
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AxisBreaks()
           
 
Method Summary
 int add(AxisBreak l)
           
 void clear()
           
 AxisBreak get(int index)
           
 void remove(AxisBreak s)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clone, contains, ensureCapacity, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Field Detail

tool

protected AxisBreaksTool tool
Constructor Detail

AxisBreaks

public AxisBreaks()
Method Detail

add

public int add(AxisBreak l)

clear

public void clear()
Specified by:
clear in interface java.util.Collection
Specified by:
clear in interface java.util.List
Overrides:
clear in class java.util.ArrayList

remove

public void remove(AxisBreak s)

get

public AxisBreak get(int index)
Specified by:
get in interface java.util.List
Overrides:
get in class java.util.ArrayList