| Modifier and Type | Class and Description |
|---|---|
static class |
TrendPlotter.Descriptor |
static class |
TrendPlotter.Style |
static class |
TrendPlotter.TrendDescriptor |
| Constructor and Description |
|---|
TrendPlotter(LsstTrendingPlugin plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
List<Object> |
getData() |
EnumSet<Trend.Meta> |
getMeta() |
org.freehep.jas.services.PlotRegion |
getRegion() |
List<Trend> |
getTrends() |
boolean |
isActive()
Returns
true if this plotter is currently managed by the graphical console. |
boolean |
isEmpty() |
void |
plot(Object timeHistory,
int mode) |
void |
plot(Object timeHistory,
int mode,
Object style,
String options) |
void |
remove(Object data) |
void |
setMeta(EnumSet<Trend.Meta> extras) |
void |
setRegion(org.freehep.jas.services.PlotRegion region) |
void |
toFront() |
Component |
viewable() |
public TrendPlotter(LsstTrendingPlugin plugin)
public org.freehep.jas.services.PlotRegion getRegion()
public void setRegion(org.freehep.jas.services.PlotRegion region)
public EnumSet<Trend.Meta> getMeta()
public void setMeta(EnumSet<Trend.Meta> extras)
public boolean isActive()
true if this plotter is currently managed by the graphical console.
The plotter's viewable component does not have to be visible for the plotter to be active.True if this plotter is active.public boolean isEmpty()
public void plot(Object timeHistory, int mode)
plot in interface org.freehep.jas.services.Plotterpublic void plot(Object timeHistory, int mode, Object style, String options)
plot in interface org.freehep.jas.services.Plotterpublic void remove(Object data)
remove in interface org.freehep.jas.services.Plotterpublic void clear()
clear in interface org.freehep.jas.services.Plotterpublic Component viewable()
viewable in interface org.freehep.jas.services.Plotterpublic List<Object> getData()
getData in interface org.freehep.jas.services.Plotterpublic void toFront()
Copyright © 2016 LSST. All rights reserved.