|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeCoordAxis
Interface for the time coordinate axis.
Method Summary | |
---|---|
java.util.Date |
getDate(int timestep)
Returns the Date for the specified timestep, or null if the timestep is invalid. |
int |
getTimeStep(java.util.Date date)
Gets the timestep that corresponds to the specified date. |
Methods inherited from interface anl.aida.data.CoordAxis |
---|
getAttribute, getAxisType, getDescription, getName, getRange, getUnits, getValue, getValueAsString, isCompatible |
Method Detail |
---|
java.util.Date getDate(int timestep)
timestep
- the time step we want the date for.
int getTimeStep(java.util.Date date)
date
- the date whose time step we want
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |