com.steema.teechart.axis
Class CustomAxes

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.axis.CustomAxes
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public final class CustomAxes
extends java.util.ArrayList

Title: CustomAxes class

Description: Used to access the Custom series List.

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

Company: Steema Software SL

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
CustomAxes()
           
 
Method Summary
 Axis add(Axis axis)
          Adds a Custom Axis.
 Axis getAxis(int index)
           
 Axis getNew()
           
 int indexOf(Axis a)
           
 void remove(Axis a)
          Removes the Custom Axis of Index 'CustomAxisIndex'.
Any Series associated with the Axis are reset to their default Axes.
 void removeAll()
          Removes all Custom Axes.
Any Series associated with the Axes are reset to their default Axes.
 void setAxis(int index, Axis value)
           
 void setChart(IBaseChart value)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, 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
 

Constructor Detail

CustomAxes

public CustomAxes()
Method Detail

getNew

public Axis getNew()

setChart

public void setChart(IBaseChart value)

add

public Axis add(Axis axis)
Adds a Custom Axis.

Parameters:
axis - Axis
Returns:
Axis

getAxis

public Axis getAxis(int index)

setAxis

public void setAxis(int index,
                    Axis value)

indexOf

public int indexOf(Axis a)

remove

public void remove(Axis a)
Removes the Custom Axis of Index 'CustomAxisIndex'.
Any Series associated with the Axis are reset to their default Axes.

Parameters:
a - Axis

removeAll

public void removeAll()
Removes all Custom Axes.
Any Series associated with the Axes are reset to their default Axes.