| Package | Description |
|---|---|
| org.gcube.portlets.user.timeseries.charts.support.tablemodel | |
| org.gcube.portlets.user.timeseries.charts.support.types |
| Modifier and Type | Method and Description |
|---|---|
void |
TableDescr.setName(String name) |
void |
FieldDescr.setRawName(String rawName)
The rawName identifies the name of column on the table.
|
| Constructor and Description |
|---|
FieldDescr(String rawname) |
FieldDescr(String rawname,
FieldType type) |
FieldDescr(String alias,
String rawname) |
FieldDescr(String alias,
String rawname,
FieldType type) |
TableDescr(String name) |
TableDescr(String name,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
void |
Point.setValue(S value) |
void |
ValueEntry.setValue(T value) |
| Constructor and Description |
|---|
GraphData(List<Point<? extends Number,? extends Number>> data,
boolean invertAxis) |
Point(S value) |
Point(String label,
S value) |
Point(String label,
S value,
ValueEntry<T>... entries) |
Point(S value,
ValueEntry<T>... entries) |
ValueEntry(String label,
T value) |
ValueEntry(T value) |
Copyright © 2017. All Rights Reserved.