public class StackedSeries extends ArrayList<Double>
| Modifier and Type | Field and Description |
|---|---|
String |
color |
Map<String,String> |
opts |
private static long |
serialVersionUID
The unique class ID
|
modCount| Constructor and Description |
|---|
StackedSeries() |
| Modifier and Type | Method and Description |
|---|---|
double |
maximum() |
double |
minimum() |
Path |
toPath() |
add, add, addAll, addAll, clear, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprivate static final long serialVersionUID
public String color
public Path toPath()
public double minimum()
public double maximum()
Copyright © 2017. All rights reserved.