BaseExportConfigurationImpl
Contents
[
Hide
]Inheritance: java.lang.Object, net.sf.jasperreports.export.SimpleCommonExportConfiguration
All Implemented Interfaces: BaseExportConfiguration
Common configuration parameters for report export.
Constructors
| Constructor | Description |
|---|---|
| BaseExportConfigurationImpl() |
Methods
| Method | Description |
|---|---|
| setDrawBackground(boolean isDrawBackground) | Sets value indicating whether the background should be filled with color. |
| isDrawBackground() | Returns true if background should be filled with color. |
| setBackgroundColor(Color color) | Sets background color. |
| getBackgroundColor() | Description copied from interface: BaseExportConfiguration |
| getLicense() | Description copied from interface: BaseExportConfiguration |
| setLicense(String license) | Sets license file path. |
BaseExportConfigurationImpl()
public BaseExportConfigurationImpl()
setDrawBackground(boolean isDrawBackground)
public void setDrawBackground(boolean isDrawBackground)
Sets value indicating whether the background should be filled with color.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| isDrawBackground | boolean | the indicator whether background should be drawn |
isDrawBackground()
public boolean isDrawBackground()
Returns true if background should be filled with color.
Returns: boolean - true if background is drawn, otherwise false
setBackgroundColor(Color color)
public void setBackgroundColor(Color color)
Sets background color.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| color | Color | the color |
getBackgroundColor()
public Color getBackgroundColor()
Description copied from interface: BaseExportConfiguration
Returns: Color - the background color
getLicense()
public String getLicense()
Description copied from interface: BaseExportConfiguration
Returns: String - the license
setLicense(String license)
public void setLicense(String license)
Sets license file path.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| license | String | the license |