| Package | Description |
|---|---|
| gov.noaa.pmel.tmap.las.jdom |
This package contains all of the code needed to interact with the LAS configuration files that makes up the bulk of the "model" portion of the MVC architecture of LAS.
|
| gov.noaa.pmel.tmap.las.util |
| Modifier and Type | Method and Description |
|---|---|
TimeAxis |
LASConfig.getTime(org.jdom.Element variable)
Create a time axis with all the info needed for the DateWidgets
|
TimeAxis |
LASConfig.getTime(java.lang.String varpath)
Get time selector object the specified variable
|
| Modifier and Type | Method and Description |
|---|---|
TimeAxis |
GridInterface.getTime() |
TimeAxis |
Grid.getTime() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridInterface.setTime(TimeAxis time) |
void |
Grid.setTime(TimeAxis time) |