All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.Roman

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Date
                   |
                   +----calendrica.Roman

public class Roman
extends Date

Variable Index

 o count
 o countNames
 o event
 o eventNames
 o IDES
 o KALENDS
 o leapDay
 o month
 o NONES
 o year

Constructor Index

 o Roman()
 o Roman(Date)
 o Roman(long)
 o Roman(long, int, int, int, boolean)

Method Index

 o equals(Object)
 o format()
 o fromArray(int[])
 o fromFixed(long)
 o idesOfMonth(int)
 o nonesOfMonth(int)
 o toFixed()
 o toFixed(long, int, int, int, boolean)
 o toStringFields()

Variables

 o year
 public long year
 o month
 public int month
 o event
 public int event
 o count
 public int count
 o leapDay
 public boolean leapDay
 o KALENDS
 public static final int KALENDS
 o NONES
 public static final int NONES
 o IDES
 public static final int IDES
 o countNames
 public static final String countNames[]
 o eventNames
 public static final String eventNames[]

Constructors

 o Roman
 public Roman()
 o Roman
 public Roman(long date)
 o Roman
 public Roman(Date date)
 o Roman
 public Roman(long year,
              int month,
              int event,
              int count,
              boolean leapDay)

Methods

 o toFixed
 public static long toFixed(long year,
                            int month,
                            int event,
                            int count,
                            boolean leapDay)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Date
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class ProtoDate
 o fromArray
 public void fromArray(int a[])
Overrides:
fromArray in class ProtoDate
 o idesOfMonth
 public static int idesOfMonth(int month)
 o nonesOfMonth
 public static int nonesOfMonth(int month)
 o toStringFields
 protected String toStringFields()
Overrides:
toStringFields in class ProtoDate
 o format
 public String format()
Overrides:
format in class ProtoDate
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class ProtoDate

All Packages  Class Hierarchy  This Package  Previous  Next  Index