public static class TrendPage.Descriptor extends Persistable.Descriptor
| Constructor and Description |
|---|
Descriptor() |
| Modifier and Type | Method and Description |
|---|---|
TrendPage.Descriptor |
clone() |
String |
getCategory() |
int |
getColumns() |
DataPanelDescriptor |
getPanel() |
TrendPlotter.Descriptor[] |
getPlotters() |
TrendPlotter.Descriptor |
getPlotters(int index) |
int |
getRows() |
void |
setCategory(String category) |
void |
setColumns(int columns) |
void |
setPanel(DataPanelDescriptor panel) |
void |
setPlotters(int index,
TrendPlotter.Descriptor plotters) |
void |
setPlotters(TrendPlotter.Descriptor[] plotters) |
void |
setRows(int rows) |
getCreator, getDescription, getName, getPath, saveOrigin, setCreator, setDescription, setName, setPathpublic String getCategory()
getCategory in class Persistable.Descriptorpublic void setCategory(String category)
setCategory in class Persistable.Descriptorpublic 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 DataPanelDescriptor getPanel()
public void setPanel(DataPanelDescriptor panel)
public TrendPage.Descriptor clone()
clone in class Persistable.DescriptorCopyright © 2023 LSST. All rights reserved.