|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
com.steema.teechart.axis.CustomAxes
public final class CustomAxes
Title: CustomAxes class
Description: Used to access the Custom series List.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class java.util.Vector |
---|
capacityIncrement, elementCount, elementData |
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)
Accesses Axis characteristics of corresponding index value. |
Axis |
getNew()
Creates and adds a custom axis to the chart. |
int |
indexOf(Axis a)
Returns the corresponding axis index which has the specified value. |
void |
remove(Axis a)
Removes the Custom Axis of Index 'CustomAxisIndex'. |
void |
removeAll()
Removes all Custom Axes. |
void |
setAxis(int index,
Axis value)
Sets Axis characteristics of corresponding index value. |
void |
setChart(IBaseChart value)
|
Methods inherited from class java.util.Vector |
---|
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, 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 |
Constructor Detail |
---|
public CustomAxes()
Method Detail |
---|
public Axis getNew()
public void setChart(IBaseChart value)
public Axis add(Axis axis)
axis
- Axis
public Axis getAxis(int index)
index
- int
public void setAxis(int index, Axis value)
index
- intvalue
- Axispublic int indexOf(Axis a)
a
- Axis
public void remove(Axis a)
a
- Axispublic void removeAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |