|
mhuss AstroLib 1.1.4a | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.mhuss.AstroLib.TimePair
A simple class used to store a pair of times. This is typically either a rise/set or a start/end pair.
| Field Summary | |
double |
a
The start or rise time |
double |
b
The end or set time. |
| Constructor Summary | |
TimePair()
Default constructor |
|
TimePair(double a,
double b)
Explicit (both values) constructor. |
|
TimePair(TimePair tp)
Copy constructor |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double a
public double b
| Constructor Detail |
public TimePair(double a,
double b)
a - The first (rise or start) timeb - The second (set or end) timepublic TimePair(TimePair tp)
public TimePair()
|
mhuss AstroLib 1.1.4a | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||