public class GridController
extends java.lang.Object
Constructor and Description |
---|
GridController(GridUI ui,
PreferencesExt store) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
ColorScale |
getColorScale() |
int |
getCurrentEnsembleIndex() |
int |
getCurrentLevelIndex() |
int |
getCurrentRunTimeIndex() |
int |
getCurrentTimeIndex() |
void |
setColorScale(ColorScale cs) |
void |
setDataMinMaxType(ColorScale.MinMaxType type) |
void |
setGridDataset(GridDataset gridDataset) |
void |
setProjection(ProjectionImpl p) |
void |
storePersistentData() |
public GridController(GridUI ui, PreferencesExt store)
public void setGridDataset(GridDataset gridDataset)
public void clear()
public int getCurrentLevelIndex()
public int getCurrentTimeIndex()
public int getCurrentEnsembleIndex()
public int getCurrentRunTimeIndex()
public ColorScale getColorScale()
public void setColorScale(ColorScale cs)
public void setProjection(ProjectionImpl p)
public void setDataMinMaxType(ColorScale.MinMaxType type)
public void storePersistentData()