public static class TrendPlotter.Style extends Object
| Constructor and Description |
|---|
Style() |
Style(Trend.Meta onPoint,
EnumSet<Trend.Meta> offPoint) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Trend.Meta> |
getOffPoint() |
Trend.Meta |
getOnPoint() |
void |
setOffPoint(EnumSet<Trend.Meta> offPoint) |
void |
setOnPoint(Trend.Meta onnPoint) |
public Style()
public Style(Trend.Meta onPoint, EnumSet<Trend.Meta> offPoint)
public Trend.Meta getOnPoint()
public void setOnPoint(Trend.Meta onnPoint)
public EnumSet<Trend.Meta> getOffPoint()
public void setOffPoint(EnumSet<Trend.Meta> offPoint)
Copyright © 2018 LSST. All rights reserved.