| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Method and Description |
|---|---|
Trend.Meta |
TrendPlotter.Style.getOnPoint() |
static Trend.Meta |
Trend.Meta.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Trend.Meta[] |
Trend.Meta.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Trend.Meta> |
TrendingPreferences.getDrawMeta() |
EnumSet<Trend.Meta> |
TrendPlotter.getMeta() |
EnumSet<Trend.Meta> |
TrendPlotter.Style.getOffPoint() |
static EnumSet<Trend.Meta> |
Trend.Meta.getOffPointSet() |
static EnumSet<Trend.Meta> |
Trend.Meta.getOnPointSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPlotter.Style.setOnPoint(Trend.Meta onnPoint) |
| Modifier and Type | Method and Description |
|---|---|
abstract TrendData |
TrendingSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> metadata,
TrendData history)
Returns the time history data for the specified channel.
|
TrendData |
RestServerSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> metadata,
TrendData history) |
TrendData |
CompoundTrendingSource.get(TrendingChannel channel,
long begin,
long end,
EnumSet<Trend.Meta> extra,
TrendData data) |
void |
TrendPlotter.setMeta(EnumSet<Trend.Meta> extras) |
void |
TrendPlotter.Style.setOffPoint(EnumSet<Trend.Meta> offPoint) |
| Constructor and Description |
|---|
Style(Trend.Meta onPoint,
EnumSet<Trend.Meta> offPoint) |
| Constructor and Description |
|---|
Style(Trend.Meta onPoint,
EnumSet<Trend.Meta> offPoint) |
Copyright © 2018 LSST. All rights reserved.