public static class TrendingPanel.Descriptor extends Object implements Serializable
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumns() |
TrendPlotter.Descriptor[] |
getPlotters() |
TrendPlotter.Descriptor |
getPlotters(int index) |
HashMap<String,Serializable> |
getProperties() |
int |
getRows() |
String |
getTitle() |
void |
setColumns(int columns) |
void |
setPlotters(int index,
TrendPlotter.Descriptor plotters) |
void |
setPlotters(TrendPlotter.Descriptor[] plotters) |
void |
setProperties(HashMap<String,Serializable> properties) |
void |
setRows(int rows) |
void |
setTitle(String title) |
public TrendPlotter.Descriptor[] getPlotters()
public void setPlotters(TrendPlotter.Descriptor[] plotters)
public TrendPlotter.Descriptor getPlotters(int index)
public void setPlotters(int index,
TrendPlotter.Descriptor plotters)
public int getColumns()
public void setColumns(int columns)
public int getRows()
public void setRows(int rows)
public String getTitle()
public void setTitle(String title)
public HashMap<String,Serializable> getProperties()
public void setProperties(HashMap<String,Serializable> properties)
Copyright © 2018 LSST. All rights reserved.