Class ChartUtils

java.lang.Object
org.droolsassert.util.ChartUtils

public final class ChartUtils extends Object
  • Method Details

    • pngChart

      public static void pngChart(String fileName, int with, int height, Object... seriesAndColors)
    • pngChart

      public static void pngChart(String fileName, List<org.jfree.data.time.TimeSeries> series, int with, int height)
    • chart

      public static org.jfree.chart.JFreeChart chart(org.jfree.chart.JFreeChart chart, Object... seriesAndColors)
    • chart

      public static org.jfree.chart.JFreeChart chart(List<org.jfree.data.time.TimeSeries> series, org.jfree.chart.JFreeChart chart)