|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.util.ReportDrawableImage
public class ReportDrawableImage
Constructor Summary | |
---|---|
ReportDrawableImage(Image aImage)
|
Method Summary | |
---|---|
void |
draw(Graphics2D graphics2D,
Rectangle2D bounds)
|
ImageMap |
getImageMap(Rectangle2D bounds)
Returns an optional image-map for the entry. |
Dimension |
getPreferredSize()
|
boolean |
isKeepAspectRatio()
|
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(ResourceBundleFactory bundleFactory)
Defines the resource-bundle factory that can be used to localize the drawing process. |
void |
setStyleSheet(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 ReportDrawableImage(Image aImage)
Method Detail |
---|
public void draw(Graphics2D graphics2D, Rectangle2D bounds)
draw
in interface ReportDrawable
public boolean isKeepAspectRatio()
public Dimension getPreferredSize()
public ImageMap getImageMap(Rectangle2D bounds)
ReportDrawable
getImageMap
in interface ReportDrawable
bounds
- the bounds for which the image map is computed.
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration config)
ReportDrawable
setConfiguration
in interface ReportDrawable
config
- the report configuration.public void setResourceBundleFactory(ResourceBundleFactory bundleFactory)
ReportDrawable
setResourceBundleFactory
in interface ReportDrawable
bundleFactory
- the resource-bundle factory.public void setStyleSheet(StyleSheet style)
ReportDrawable
setStyleSheet
in interface ReportDrawable
style
- the stylesheet.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |