public interface IChartService
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<byte[]> |
getBarChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.awt.Color[] colors)
Get a bar chart.
|
jadex.commons.future.IFuture<byte[]> |
getLineChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.awt.Color[] colors)
Get a line chart.
|
jadex.commons.future.IFuture<byte[]> |
getPieChart(int width,
int height,
double[][] data,
java.lang.String[] labels,
java.awt.Color[] colors)
Get a pie chart.
|
jadex.commons.future.IFuture<byte[]> getBarChart(int width, int height, double[][] data, java.lang.String[] labels, java.awt.Color[] colors)
jadex.commons.future.IFuture<byte[]> getLineChart(int width, int height, double[][] data, java.lang.String[] labels, java.awt.Color[] colors)
jadex.commons.future.IFuture<byte[]> getPieChart(int width, int height, double[][] data, java.lang.String[] labels, java.awt.Color[] colors)