public class TrendingData extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TrendingData.AxisValue |
static class |
TrendingData.DataValue |
| Constructor and Description |
|---|
TrendingData() |
| Modifier and Type | Method and Description |
|---|---|
TrendingData.AxisValue |
getAxisvalue() |
TrendingData.DataValue[] |
getDatavalue() |
String |
getStrValue(String name) |
double |
getValue(String name) |
void |
setAxisValue(TrendingData.AxisValue axisValue) |
void |
setDataValue(TrendingData.DataValue[] dataValue) |
public void setAxisValue(TrendingData.AxisValue axisValue)
public void setDataValue(TrendingData.DataValue[] dataValue)
public TrendingData.DataValue[] getDatavalue()
public TrendingData.AxisValue getAxisvalue()
public double getValue(String name)
Copyright © 2023 LSST. All rights reserved.