public final class ChartUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.jfree.chart.JFreeChart |
chart(org.jfree.chart.JFreeChart chart,
Object... seriesAndColors) |
static org.jfree.chart.JFreeChart |
chart(List<org.jfree.data.time.TimeSeries> series,
org.jfree.chart.JFreeChart chart) |
static void |
pngChart(String fileName,
int with,
int height,
Object... seriesAndColors) |
static void |
pngChart(String fileName,
List<org.jfree.data.time.TimeSeries> series,
int with,
int height) |
public static void pngChart(String fileName, int with, int height, Object... seriesAndColors)
public static void pngChart(String fileName, List<org.jfree.data.time.TimeSeries> series, int with, int height)
public static org.jfree.chart.JFreeChart chart(org.jfree.chart.JFreeChart chart,
Object... seriesAndColors)
public static org.jfree.chart.JFreeChart chart(List<org.jfree.data.time.TimeSeries> series, org.jfree.chart.JFreeChart chart)
Copyright © 2020. All rights reserved.