Class TrendChart


  • public class TrendChart
    extends Graph
    • Constructor Detail

      • TrendChart

        public TrendChart​(long timestamp,
                          int defaultW,
                          int defaultH,
                          Collection<BuildHistory> buildHistoryList)
    • Method Detail

      • createGraph

        protected org.jfree.chart.JFreeChart createGraph()
        Specified by:
        createGraph in class Graph