|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.plugin.jfreereport.reportcharts.JFreeChartReportDrawable
public class JFreeChartReportDrawable
Todo: Document me!
Date: 26.02.2010 Time: 16:08:41
Constructor Summary | |
---|---|
JFreeChartReportDrawable(org.jfree.chart.JFreeChart chart,
boolean collectRenderingInfo)
|
Method Summary | |
---|---|
void |
draw(Graphics2D graphics2D,
Rectangle2D bounds)
|
org.pentaho.reporting.engine.classic.core.imagemap.ImageMap |
getImageMap(Rectangle2D bounds)
Returns an optional image-map for the entry. |
void |
setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration config)
Provides the current report configuration of the current report process to the drawable. |
void |
setResourceBundleFactory(org.pentaho.reporting.engine.classic.core.ResourceBundleFactory bundleFactory)
Defines the resource-bundle factory that can be used to localize the drawing process. |
void |
setStyleSheet(org.pentaho.reporting.engine.classic.core.style.StyleSheet style)
Provides the computed stylesheet of the report element that contained this drawable. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JFreeChartReportDrawable(org.jfree.chart.JFreeChart chart, boolean collectRenderingInfo)
Method Detail |
---|
public void draw(Graphics2D graphics2D, Rectangle2D bounds)
draw
in interface org.pentaho.reporting.engine.classic.core.util.ReportDrawable
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration config)
setConfiguration
in interface org.pentaho.reporting.engine.classic.core.util.ReportDrawable
config
- the report configuration.public void setStyleSheet(org.pentaho.reporting.engine.classic.core.style.StyleSheet style)
setStyleSheet
in interface org.pentaho.reporting.engine.classic.core.util.ReportDrawable
style
- the stylesheet.public void setResourceBundleFactory(org.pentaho.reporting.engine.classic.core.ResourceBundleFactory bundleFactory)
setResourceBundleFactory
in interface org.pentaho.reporting.engine.classic.core.util.ReportDrawable
bundleFactory
- the resource-bundle factory.public org.pentaho.reporting.engine.classic.core.imagemap.ImageMap getImageMap(Rectangle2D bounds)
getImageMap
in interface org.pentaho.reporting.engine.classic.core.util.ReportDrawable
bounds
- the bounds for which the image map is computed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |