81828384858687
public JTimeTable() { this(new Day(2007, 0, 1)); } public JTimeTable(Day day) { this(day, new SimpleRectangleEngine(), new TimeScalerFlat()); }