public class AxisLabelsItems
extends java.util.ArrayList
Title: AxisLabelsItems class
Description: Custom labels list
Copyright (c) 2005-2019 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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
protected 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.Collection
clear
in interface java.util.List
clear
in class java.util.ArrayList