| Package | Description |
|---|---|
| org.lsst.ccs.plugin.jas3.trending |
| Modifier and Type | Method and Description |
|---|---|
Plot |
DataChannelHandler.findPlot(TimeWindow timeWindow)
Returns an existing plot for this channel.
|
Plot |
DataChannelHandler.makePlot(TimeWindow timeWindow)
Creates and returns a data point set for the specified time window.
|
| Modifier and Type | Method and Description |
|---|---|
List<Plot> |
DataChannelHandler.getPlots()
Returns a list of plotted data point sets for this channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataChannelHandler.addPlotData(Plot plot)
Adds the specified data point set to the list of plotted data for this channel.
|
boolean |
DataChannelHandler.refresh(Plot plot)
Prepares the specified plot for refreshing.
|
boolean |
DataChannelHandler.refresh(Plot plot,
long time)
Prepares the specified plot for refreshing.
|
void |
DataChannelHandler.removePlotData(Plot plot)
Removes the specified data point set from the list of plotted data for this channel.
|
void |
Plot.setVisible(Plot other)
Sets auxiliary data visibility flags to match those of the specified plot.
|
Copyright © 2015 LSST. All rights reserved.