Package TimeTable.scaler

Examples of TimeTable.scaler.TimeScalerFlat


    public JTimeTable() {
        this(new Day(2007, 0, 1));
    }
   
    public JTimeTable(Day day) {
        this(day, new SimpleRectangleEngine(), new TimeScalerFlat());
    }
View Full Code Here

TOP

Related Classes of TimeTable.scaler.TimeScalerFlat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.