public final class ChartUtils
extends Object
-
Method Summary
static org.jfree.chart.JFreeChart
chart(List<org.jfree.data.time.TimeSeries> series,
org.jfree.chart.JFreeChart chart)
static org.jfree.chart.JFreeChart
chart(org.jfree.chart.JFreeChart chart,
Object... seriesAndColors)
static void
static void
pngChart(String fileName,
List<org.jfree.data.time.TimeSeries> series,
int with,
int height)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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)