| Package | Description |
|---|---|
| org.lsst.ccs.plugin.jas3.trending |
| Modifier and Type | Method and Description |
|---|---|
Plot |
DataChannelHandler.findPlotData(TimeWindow timeWindow)
Returns an existing plotted data point set for this channel.
|
Plot |
DataChannelHandler.makePlotData(TimeWindow timeWindow)
Creates and returns a data point set for the specified time window.
|
| Modifier and Type | Method and Description |
|---|---|
List<Plot> |
DataChannelHandler.getPlotDataAll()
Returns a list of plotted data point sets for this channel.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
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 object for prepareRefresh by constructing updated DataPointSet.
|
boolean |
DataChannelHandler.removePlotData(Plot plot)
Removes the specified data point set from the list of plotted data for this channel.
|
Copyright © 2014 LSST. All rights reserved.