drawableref
Returns a drawable object's loaded from the specified URL. If the URL is a relative path, the URL will be resolved using the report definition's location. The core library allows loading WMF (Windows Meta Format) files using this field. Support for SVG images requires JfreeReport-Ext.
Attributes
Attributes |
Description |
---|---|
fieldname |
The fieldname defines the name of the column of the tablemodel or the name of the function/expression/report property from where to read the data. The field must contain org.jfree.ui.Drawable objects. |
height |
Determines the minimum height. Value is a whole number where each increment is equivalent to 1/72 of an inch or percentage. |
href |
Sets a hyperlink for the section. |
name |
Used to reference the element later. Functions pick up elements by their name. |
width |
Set the horizontal width of the object. The width is required. |
x |
Defines the horizontal starting position an object defined by a value or percentage. |
y |
Defines the vertical starting position of an object defined by a value or percentage. |