| Package | Description |
|---|---|
| org.lsst.ccs.plugin.jas3.trending |
| Modifier and Type | Method and Description |
|---|---|
AuxData.Type |
AuxDataPointSet.getType() |
AuxData.Type |
AuxData.getType()
Returns the type of this plottable data object.
|
static AuxData.Type |
AuxData.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuxData.Type[] |
AuxData.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AuxData> |
PlotData.get(AuxData.Type what) |
boolean |
PlotData.isActive(AuxData.Type what) |
boolean |
PlotData.isAvailable(AuxData.Type what) |
boolean |
Plot.isVisible(AuxData.Type what)
Returns visibility flag for the specified auxiliary data type.
|
void |
PlotData.set(AuxData.Type what,
ArrayList<AuxData> data) |
void |
Plot.setVisible(AuxData.Type what,
boolean visible)
Sets visibility flag for the specified auxiliary data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlotData.set(EnumMap<AuxData.Type,ArrayList<AuxData>> data) |
| Constructor and Description |
|---|
AuxDataPointSet(AuxData.Type type,
String name) |
Copyright © 2015 LSST. All rights reserved.