All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.Time

java.lang.Object
   |
   +----calendrica.Time

public class Time
extends Object
implements Cloneable, Serializable

Variable Index

 o hour
 o minute
 o second

Constructor Index

 o Time()
 o Time(double)
 o Time(int, int, double)

Method Index

 o equals(Object)
 o format()
 o fromMoment(double)
 o toMoment()
 o toMoment(int, int, double)
 o toString()

Variables

 o hour
 public int hour
 o minute
 public int minute
 o second
 public double second

Constructors

 o Time
 public Time()
 o Time
 public Time(double moment)
 o Time
 public Time(int hour,
             int minute,
             double second)

Methods

 o toMoment
 public static double toMoment(int hour,
                               int minute,
                               double second)
 o toMoment
 public double toMoment()
 o fromMoment
 public void fromMoment(double tee)
 o toString
 public String toString()
Overrides:
toString in class Object
 o format
 public String format()
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index