public class Trend extends Object
TrendPlotter.| Modifier and Type | Class and Description |
|---|---|
static class |
Trend.Event |
static interface |
Trend.Listener |
static class |
Trend.Meta
Enumeration of metadata types that might be plotted for a trending channel.
|
| Constructor and Description |
|---|
Trend(TrendingChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(Trend.Listener listener) |
void |
fireEvent() |
TrendingChannel |
getChannel() |
TrendData |
getData() |
TrendPlotter |
getPlotter() |
long |
getTimestamp() |
TimeWindow |
getTimeWindow() |
void |
removeAllListeners() |
void |
removeListener(Trend.Listener listener) |
void |
setData(TrendData data) |
void |
setTimestamp(long timestamp) |
void |
setTimeWindow(TimeWindow timeWindow) |
public Trend(TrendingChannel channel)
public TrendingChannel getChannel()
public TrendPlotter getPlotter()
public TrendData getData()
public void setData(TrendData data)
public TimeWindow getTimeWindow()
public void setTimeWindow(TimeWindow timeWindow)
public long getTimestamp()
public void setTimestamp(long timestamp)
public void addListener(Trend.Listener listener)
public void removeListener(Trend.Listener listener)
public void removeAllListeners()
public void fireEvent()
Copyright © 2016 LSST. All rights reserved.