Package net.sourceforge.processdash.ev.ui.chart

Examples of net.sourceforge.processdash.ev.ui.chart.ConfidenceIntervalMemberCompletionDateChartData


    public List<EVSnapshot.Metadata> getSnapshots() {
        return super.getSnapshots(data);
    }

    public XYDataset getTeamMemberCompletionDateData() {
        return new ConfidenceIntervalMemberCompletionDateChartData(
                new EVTaskChartEventAdapter(), this);
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.ev.ui.chart.ConfidenceIntervalMemberCompletionDateChartData

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.