se.optimatika.jfree.chart
Class JFreeChartWrapper

java.lang.Object
  extended by se.optimatika.jfree.chart.JFreeChartWrapper
All Implemented Interfaces:
BasicChart

public final class JFreeChartWrapper
extends Object
implements BasicChart


Constructor Summary
JFreeChartWrapper(JFreeChart aDelegate)
           
JFreeChartWrapper(String aTitle, Plot aPlot, boolean aLegendFlag)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 void setBackgroundPaint(Paint aPaint)
           
 void setBorderVisible(boolean aFlag)
           
 void setHeight(int aHeight)
           
 void setPlotBackgroundPaint(Paint aPaint)
           
 void setPlotOutlinePaint(Paint aPaint)
           
 void setWidth(int aWidth)
           
 byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFreeChartWrapper

public JFreeChartWrapper(JFreeChart aDelegate)

JFreeChartWrapper

public JFreeChartWrapper(String aTitle,
                         Plot aPlot,
                         boolean aLegendFlag)
Method Detail

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