|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pivot.collections.ArrayList<T>
org.apache.pivot.charts.content.ValueSeries<T>
public class ValueSeries<T>
Represents series data for value chart views.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.pivot.collections.List |
|---|
List.ItemIterator<T>, List.ListListenerList<T> |
| Nested classes/interfaces inherited from interface org.apache.pivot.collections.Sequence |
|---|
Sequence.Tree<T> |
| Field Summary |
|---|
| Fields inherited from class org.apache.pivot.collections.ArrayList |
|---|
DEFAULT_CAPACITY |
| Constructor Summary | |
|---|---|
ValueSeries()
|
|
ValueSeries(String name)
|
|
| Method Summary | |
|---|---|
String |
getName()
|
void |
setName(String name)
|
| Methods inherited from class org.apache.pivot.collections.ArrayList |
|---|
add, binarySearch, binarySearch, clear, ensureCapacity, equals, get, getCapacity, getComparator, getLength, getListListeners, hashCode, indexOf, insert, isEmpty, iterator, remove, remove, setComparator, sort, sort, sort, toArray, toArray, toString, trimToSize, update |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueSeries()
public ValueSeries(String name)
| Method Detail |
|---|
public String getName()
public void setName(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||