public class BaseExportConfigurationImpl extends net.sf.jasperreports.export.SimpleCommonExportConfiguration implements BaseExportConfiguration
Common configuration parameters for report export.
| Constructor and Description |
|---|
BaseExportConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
Gets background color.
|
String |
getLicense()
Gets license file path.
|
boolean |
isDrawBackground()
Returns true if background should be filled with color.
|
void |
setBackgroundColor(Color color)
Sets background color.
|
void |
setDrawBackground(boolean isDrawBackground)
Sets value indicating whether the background should be filled with color.
|
void |
setLicense(String license)
Sets license file path.
|
isOverrideHints, setOverrideHintspublic void setDrawBackground(boolean isDrawBackground)
isDrawBackground - the indicator whether background should be drawnpublic boolean isDrawBackground()
isDrawBackground in interface BaseExportConfigurationpublic void setBackgroundColor(Color color)
color - the colorpublic Color getBackgroundColor()
BaseExportConfigurationgetBackgroundColor in interface BaseExportConfigurationpublic String getLicense()
BaseExportConfigurationgetLicense in interface BaseExportConfigurationpublic void setLicense(String license)
license - the license