se.optimatika.jfree.chart
Class JFreeChartWrapper
java.lang.Object
se.optimatika.jfree.chart.JFreeChartWrapper
- All Implemented Interfaces:
- BasicChart
public final class JFreeChartWrapper
- extends Object
- implements BasicChart
JFreeChartWrapper
public JFreeChartWrapper(JFreeChart aDelegate)
JFreeChartWrapper
public JFreeChartWrapper(String aTitle,
Plot aPlot,
boolean aLegendFlag)
getHeight
public int getHeight()
- Specified by:
getHeight in interface BasicChart
getWidth
public int getWidth()
- Specified by:
getWidth in interface BasicChart
setBackgroundPaint
public void setBackgroundPaint(Paint aPaint)
- Specified by:
setBackgroundPaint in interface BasicChart
setBorderVisible
public void setBorderVisible(boolean aFlag)
- Specified by:
setBorderVisible in interface BasicChart
setHeight
public void setHeight(int aHeight)
- Specified by:
setHeight in interface BasicChart
setPlotBackgroundPaint
public void setPlotBackgroundPaint(Paint aPaint)
- Specified by:
setPlotBackgroundPaint in interface BasicChart
setPlotOutlinePaint
public void setPlotOutlinePaint(Paint aPaint)
- Specified by:
setPlotOutlinePaint in interface BasicChart
setWidth
public void setWidth(int aWidth)
- Specified by:
setWidth in interface BasicChart
toByteArray
public byte[] toByteArray()
- Specified by:
toByteArray in interface BasicChart