public class JFreeChartRenderer extends java.lang.Object implements IChartConstants
LT_AREA, LT_BAR, LT_BAR3D, LT_BARCYLINDER, LT_LAYEREDBAR, LT_LINE, LT_LINE3D, LT_POINT, LT_SPLINE, LT_STACKEDAREA, LT_STACKEDBAR, LT_STEP| Constructor and Description |
|---|
JFreeChartRenderer() |
| Modifier and Type | Method and Description |
|---|---|
JFreeChart |
createCategoryFreeChart(java.lang.String title,
java.lang.String categoryAxisLabel,
java.lang.String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls,
java.lang.String lineType) |
java.util.List<java.util.List<LegendItem>> |
getLegends() |
CCChartPanel |
renderChart(ChartInfo chartInfo) |
byte[] |
renderPNGImage(int width,
int height) |
byte[] |
renderPNGImage(int width,
int height,
java.lang.Double lowerX,
java.lang.Double upperX) |
byte[] |
renderPNGImageChartOnly(int width,
int height) |
public java.util.List<java.util.List<LegendItem>> getLegends()
public CCChartPanel renderChart(ChartInfo chartInfo)
public JFreeChart createCategoryFreeChart(java.lang.String title,
java.lang.String categoryAxisLabel,
java.lang.String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls,
java.lang.String lineType)
public byte[] renderPNGImage(int width,
int height)
throws java.io.IOException
java.io.IOExceptionpublic byte[] renderPNGImage(int width,
int height,
java.lang.Double lowerX,
java.lang.Double upperX)
throws java.io.IOException
java.io.IOExceptionpublic byte[] renderPNGImageChartOnly(int width,
int height)
throws java.io.IOException
java.io.IOExceptionCopyright © CaptainCasa Gmbh. All Rights Reserved.