| java.lang.Object com.tc.admin.common.DemoChartFactory
DemoChartFactory | public class DemoChartFactory (Code) | | |
Method Summary | |
public static JFreeChart | getXYBarChart(String header, String xLabel, String yLabel, TimeSeries ts) | public static JFreeChart | getXYBarChart(String header, String xLabel, String yLabel, TimeSeries[] timeseries) | public static JFreeChart | getXYLineChart(String header, String xLabel, String yLabel, TimeSeries ts) | public static JFreeChart | getXYLineChart(String header, String xLabel, String yLabel, TimeSeries[] timeseries) | public static JFreeChart | getXYStepChart(String header, String xLabel, String yLabel, TimeSeries ts) | public static JFreeChart | getXYStepChart(String header, String xLabel, String yLabel, TimeSeries[] timeseries) |
getXYBarChart | public static JFreeChart getXYBarChart(String header, String xLabel, String yLabel, TimeSeries[] timeseries)(Code) | | |
getXYLineChart | public static JFreeChart getXYLineChart(String header, String xLabel, String yLabel, TimeSeries[] timeseries)(Code) | | |
getXYStepChart | public static JFreeChart getXYStepChart(String header, String xLabel, String yLabel, TimeSeries[] timeseries)(Code) | | |
|
|