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.Vector
              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.Vector

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.Vector
capacityIncrement, elementCount, elementData
 
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.Vector
add, add, addAll, addAll, addElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

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.Vector

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.Vector