public abstract class Chart extends Object
Constructor and Description |
---|
Chart() |
Modifier and Type | Method and Description |
---|---|
protected abstract JFreeChart |
createChart(int width,
int height,
Color bgColor) |
BufferedImage |
getChart(int width,
int height,
Color bgColor) |
public BufferedImage getChart(int width, int height, Color bgColor)
protected abstract JFreeChart createChart(int width, int height, Color bgColor)
Copyright © 2012. All Rights Reserved.