| Package | Description |
|---|---|
| org.lsst.ccs.plugin.jas3.trending | |
| org.lsst.ccs.plugin.jas3.trending.timeselection |
Classes that handle creating and managing time windows used by trending plots.
|
| Modifier and Type | Method and Description |
|---|---|
TimeWindow |
Plot.getTimeWindow()
Returns time window associated with this dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Plot |
DataChannelHandler.findPlot(TimeWindow timeWindow)
Returns an existing plotted data point set for this channel.
|
Plot |
DataChannelHandler.makePlot(TimeWindow timeWindow)
Creates and returns a data point set for the specified time window.
|
void |
PlotMaker.plot(DataChannelHandler channel,
TimeWindow timeWindow,
boolean useExistingPlot,
boolean newPage,
boolean newPlot,
boolean overlay) |
void |
PlotMaker.refresh(DataChannelHandler channel,
TimeWindow timeWindow) |
void |
PlotMaker.refresh(org.freehep.jas.services.PlotPage page,
TimeWindow timeWindow) |
void |
PlotMaker.refresh(org.freehep.jas.services.PlotRegion region,
TimeWindow timeWindow) |
| Constructor and Description |
|---|
Plot(PlotData data,
TimeWindow timeWindow,
DataChannelHandler channel) |
Plot(PlotData data,
TimeWindow timeWindow,
DataChannelHandler channel,
org.freehep.jas.services.PlotPage page,
org.freehep.jas.services.PlotRegion region) |
| Modifier and Type | Method and Description |
|---|---|
static TimeWindow |
TimeWindowPanel.editTimeWindow(JComponent parent,
TimeWindow seed)
Opens trending time window creation/editing dialog.
|
TimeWindow |
PresetList.get(int index)
Returns preset with the specified index.
|
TimeWindow |
TimeWindowComboBox.getSelectedTimeWindow()
Returns currently selected time window.
|
static TimeWindow |
PresetsDialog.managePresets(Component parent,
PresetList data)
Displays the dialog for managing time window presets.
|
static TimeWindow |
TimeWindow.parseCompressedString(String s)
Parses string representation of this time window used for saving it in application properties.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<TimeWindow> |
TimeWindow.compareByName()
Returns comparator that compares time windows by names.
|
List<TimeWindow> |
PresetList.getRecent(int maxSize)
Returns a list of maxSize most recently used time windows ordered by name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PresetList.delete(TimeWindow timeWindow)
Removes the specified window from this list.
|
static TimeWindow |
TimeWindowPanel.editTimeWindow(JComponent parent,
TimeWindow seed)
Opens trending time window creation/editing dialog.
|
int |
PresetList.indexOf(TimeWindow timeWindow)
Returns the index of the specified preset in this list, or -1 if this list does not contain the preset.
|
void |
PresetList.insert(TimeWindow timeWindow)
Adds time window to this list, removing any identically named elements.
|
Copyright © 2015 LSST. All rights reserved.