public class AxisLabelsItems
extends java.util.ArrayList
Title: AxisLabelsItems class
Description: Custom labels list
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Constructor and Description |
|---|
AxisLabelsItems(Axis a) |
| Modifier and Type | Method and Description |
|---|---|
AxisLabelItem |
add(double value)
Adds new label
|
AxisLabelItem |
add(double value,
java.lang.String text)
Adds a new label with text
|
void |
clear()
Clears custom labels list
|
void |
copyFrom(AxisLabelsItems source) |
AxisLabelItem |
getItem(int index)
Accesses indexed Label characteristics
|
add, add, addAll, addAll, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeprotected transient Axis iAxis
public AxisLabelsItems(Axis a)
public AxisLabelItem getItem(int index)
index - intpublic AxisLabelItem add(double value)
value - double The axis data valuepublic AxisLabelItem add(double value, java.lang.String text)
value - double The axis data valuetext - String Label textpublic void copyFrom(AxisLabelsItems source)
public void clear()
clear in interface java.util.Collectionclear in interface java.util.Listclear in class java.util.ArrayList