| Package | Description |
|---|---|
| org.lsst.ccs.gconsole.plugins.trending |
Plugin that plots trending data.
|
| Modifier and Type | Method and Description |
|---|---|
Meta |
TrendPlotter.Style.getOnPoint() |
static Meta |
Meta.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta[] |
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<Meta> |
TrendingPreferences.getDrawMeta() |
EnumSet<Meta> |
TrendPlotter.getMeta() |
EnumSet<Meta> |
TrendPlotter.Style.getOffPoint() |
static EnumSet<Meta> |
Meta.getOffPointSet() |
static EnumSet<Meta> |
Meta.getOnPointSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPlotter.Style.setOnPoint(Meta onnPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrendPlotter.setMeta(EnumSet<Meta> extras) |
void |
TrendPlotter.Style.setOffPoint(EnumSet<Meta> offPoint) |
| Constructor and Description |
|---|
Style(Meta onPoint,
EnumSet<Meta> offPoint) |
| Constructor and Description |
|---|
Style(Meta onPoint,
EnumSet<Meta> offPoint) |
Copyright © 2023 LSST. All rights reserved.