com.steema.teechart.axis
Class AxisLabelsItems
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.steema.teechart.axis.AxisLabelsItems
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
public class AxisLabelsItems
- extends java.util.ArrayList
Custom labels list
Title: AxisLabelsItems class
Description: Custom labels list
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
- See Also:
- Serialized Form
Fields inherited from class java.util.AbstractList |
modCount |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, 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 |
iAxis
protected transient Axis iAxis
AxisLabelsItems
public AxisLabelsItems(Axis a)
getItem
public AxisLabelItem getItem(int index)
- Accesses indexed Label characteristics
- Parameters:
index
- int
- Returns:
- AxisLabelItem
add
public AxisLabelItem add(double value)
- Adds new label
- Parameters:
value
- double The axis data value
- Returns:
- new AxisLabelItem
add
public AxisLabelItem add(double value,
java.lang.String text)
- Adds a new label with text
- Parameters:
value
- double The axis data valuetext
- String Label text
- Returns:
- new AxisLabelItem
copyFrom
public void copyFrom(AxisLabelsItems source)
clear
public void clear()
- Clears custom labels list
- Specified by:
clear
in interface java.util.Collection
- Specified by:
clear
in interface java.util.List
- Overrides:
clear
in class java.util.ArrayList