|
||||||||||
| 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 ReportDrawablepublic boolean isKeepAspectRatio()
public Dimension getPreferredSize()
public ImageMap getImageMap(Rectangle2D bounds)
ReportDrawable
getImageMap in interface ReportDrawablebounds - the bounds for which the image map is computed.
public void setConfiguration(org.pentaho.reporting.libraries.base.config.Configuration config)
ReportDrawable
setConfiguration in interface ReportDrawableconfig - the report configuration.public void setResourceBundleFactory(ResourceBundleFactory bundleFactory)
ReportDrawable
setResourceBundleFactory in interface ReportDrawablebundleFactory - the resource-bundle factory.public void setStyleSheet(StyleSheet style)
ReportDrawable
setStyleSheet in interface ReportDrawablestyle - the stylesheet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||