Package org.libreplan.business.planner.chart

Examples of org.libreplan.business.planner.chart.ILoadChartData


public abstract class StandardLoadChartFiller extends LoadChartFiller {

    @Override
    protected Plotinfo[] getPlotInfos(Interval interval) {
        final ILoadChartData data = getDataOn(interval);

        Plotinfo plotInfoLoad = createPlotinfoFromDurations(getLoad(data),
                interval);
        plotInfoLoad.setFillColor(COLOR_ASSIGNED_LOAD);
        plotInfoLoad.setLineWidth(0);
View Full Code Here

TOP

Related Classes of org.libreplan.business.planner.chart.ILoadChartData

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.