All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fabula.util.Easter

java.lang.Object
   |
   +----java.util.Date
           |
           +----fabula.util.Easter

public class Easter
extends Date
Calculates the easter date for a given year :
	Date d = new Easter();
	System.out.println("Eastern = " + d);
 
Fabula Software GmbH eMail


Constructor Index

 o Easter()
Creates a holiday.
 o Easter(Date)
Calculates eastern for a given date.
 o Easter(int)
Calculates eastern for given year.

Constructors

 o Easter
  public Easter()
Creates a holiday.

Parameters:
aYear - the year for that easter should be calculated
 o Easter
  public Easter(int aYear)
Calculates eastern for given year.

Parameters:
aYear - the year for that easter should be calculated
 o Easter
  public Easter(Date aDate)
Calculates eastern for a given date.

Parameters:
aDate - the date for that easter should be calculate

All Packages  Class Hierarchy  This Package  Previous  Next  Index