public class JFreeChartInstance extends Object implements XhtmlFragment
Modifier and Type | Field and Description |
---|---|
protected String |
alt |
protected org.jfree.chart.JFreeChart |
chart |
protected String |
chartUrl |
static String |
copyright |
protected File |
file |
protected int |
height |
protected String |
mapId |
protected org.jfree.chart.ChartRenderingInfo |
renderingInfo |
protected int |
width |
Constructor and Description |
---|
JFreeChartInstance(org.jfree.chart.JFreeChart chart,
File file,
String mapId,
String alt,
int width,
int height,
String chartUrl) |
public static final String copyright
protected final org.jfree.chart.JFreeChart chart
protected final File file
protected final org.jfree.chart.ChartRenderingInfo renderingInfo
protected final int width
protected final int height
protected final String chartUrl
protected final String alt
protected final String mapId
public JFreeChartInstance(org.jfree.chart.JFreeChart chart, File file, String mapId, String alt, int width, int height, String chartUrl) throws IOException
IOException
public void toXhtml(@NotNull XhtmlBuffer xb)
toXhtml
in interface XhtmlFragment