public final class Charts extends Object
Modifier and Type | Method and Description |
---|---|
static org.jfree.chart.JFreeChart |
createHeatJFreeChart(String[] dsNames,
double[][] values,
long startTimeMillis,
long stepMillis,
String uom,
String chartName) |
static BufferedImage |
createMinMaxAvgCountImg(String chartName,
long[] timestamps,
double[] min,
double[] max,
double[] total,
double[] count,
String uom,
int width,
int height) |
static org.jfree.chart.JFreeChart |
createTimeSeriesJFreeChart(String chartName,
long[][] timestamps,
String[] measurementNames,
String uom,
double[][] measurements) |
static org.jfree.chart.JFreeChart |
createTimeSeriesJFreeChart(String chartName,
long[] timestamps,
String[] measurementNames,
String uom,
double[][] measurements) |
static Pair<long[],double[][]> |
fillGaps(long[] timestamps,
long[][] data,
int sampleTime,
int nrColumns) |
static BufferedImage |
generateCountTotalChart(String groupName,
long[][] timestamps,
String[] measurementNames,
String uom1,
double[][] measurements,
int width,
int height,
String[] measurementNames2,
String uom2,
double[][] measurements2) |
public static org.jfree.chart.JFreeChart createHeatJFreeChart(String[] dsNames, double[][] values, long startTimeMillis, long stepMillis, String uom, String chartName)
public static BufferedImage createMinMaxAvgCountImg(String chartName, long[] timestamps, double[] min, double[] max, double[] total, double[] count, String uom, int width, int height)
public static BufferedImage generateCountTotalChart(String groupName, long[][] timestamps, String[] measurementNames, String uom1, double[][] measurements, int width, int height, String[] measurementNames2, String uom2, double[][] measurements2)
public static org.jfree.chart.JFreeChart createTimeSeriesJFreeChart(String chartName, long[] timestamps, String[] measurementNames, String uom, double[][] measurements)
public static org.jfree.chart.JFreeChart createTimeSeriesJFreeChart(String chartName, long[][] timestamps, String[] measurementNames, String uom, double[][] measurements)
public static Pair<long[],double[][]> fillGaps(long[] timestamps, long[][] data, int sampleTime, int nrColumns)
Copyright © 2014. All rights reserved.