Package org.droolsassert.util
Class ChartUtils
- java.lang.Object
-
- org.droolsassert.util.ChartUtils
-
public final class ChartUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jfree.chart.JFreeChartchart(List<org.jfree.data.time.TimeSeries> series, org.jfree.chart.JFreeChart chart)static org.jfree.chart.JFreeChartchart(org.jfree.chart.JFreeChart chart, Object... seriesAndColors)static voidpngChart(String fileName, int with, int height, Object... seriesAndColors)static voidpngChart(String fileName, List<org.jfree.data.time.TimeSeries> series, int with, int height)
-
-
-
Method Detail
-
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)
-
-