Package net.sourceforge.ganttproject.chart

Examples of net.sourceforge.ganttproject.chart.ChartModelResource


    /** Constructor */
    public ResourceLoadGraphicArea(GanttProject app, ZoomManager zoomManager) {
        super((IGanttProject) app, (UIFacade) app, zoomManager);
        this.setBackground(Color.WHITE);
        myChartModel = new ChartModelResource(getTaskManager(),
                (HumanResourceManager) app.getHumanResourceManager(),
                getTimeUnitStack(), getUIConfiguration(), (ResourceChart) this);
        getViewState().addStateListener(myChartModel);
        getViewState().setStartDate(CalendarFactory.newCalendar().getTime());
        margY = 0;
View Full Code Here

TOP

Related Classes of net.sourceforge.ganttproject.chart.ChartModelResource

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.