public class Trend extends Object implements Savable
TrendPlotter.
This class is thread-safe, all methods can be called on any thread.
If the Trend instance is associated with a plotter, the plotter will be automatically
notified of any relevant changes in the trend.| Modifier and Type | Class and Description |
|---|---|
static class |
Trend.Descriptor |
| Constructor and Description |
|---|
Trend(Trend.Descriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
TrendData |
getData() |
Trend.Descriptor |
getDescriptor() |
TrendPlotter |
getPlotter() |
long[] |
getTimeRange() |
long |
getTimestamp() |
TimeWindow |
getTimeWindow() |
String |
getType() |
String[] |
getValues() |
boolean |
isLoading() |
Trend.Descriptor |
save()
Returns JavaBean describing the current state of this component.
|
void |
setData(TrendData data) |
boolean |
setLoading(boolean value) |
void |
setTimestamp(long timestamp) |
void |
setTimeWindow(TimeWindow timeWindow) |
void |
setType(String type) |
void |
setValues(String[] values) |
public Trend(Trend.Descriptor descriptor)
public Trend.Descriptor getDescriptor()
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 long[] getTimeRange()
public boolean setLoading(boolean value)
public boolean isLoading()
public String getType()
public void setType(String type)
public String[] getValues()
public void setValues(String[] values)
public Trend.Descriptor save()
Savablenull.Copyright © 2024 LSST. All rights reserved.