BaseExportConfiguration
Inheritance: java.lang.Object, net.sf.jasperreports.export.ExporterConfiguration
Common configuration parameters for report export.
Methods
| Method | Description |
|---|---|
| isDrawBackground() | Returns true if background should be filled with color. |
| getBackgroundColor() | Gets background color. |
| getLicense() | Gets license file path. |
isDrawBackground()
boolean isDrawBackground()
Returns true if background should be filled with color.
Returns: boolean - the boolean
getBackgroundColor()
Color getBackgroundColor()
Gets background color.
Returns: Color - the background color
getLicense()
String getLicense()
Gets license file path.
Returns: String - the license