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, setOverrideHints
public void setDrawBackground(boolean isDrawBackground)
isDrawBackground
- the indicator whether background should be drawnpublic boolean isDrawBackground()
isDrawBackground
in interface BaseExportConfiguration
public void setBackgroundColor(Color color)
color
- the colorpublic Color getBackgroundColor()
BaseExportConfiguration
getBackgroundColor
in interface BaseExportConfiguration
public String getLicense()
BaseExportConfiguration
getLicense
in interface BaseExportConfiguration
public void setLicense(String license)
license
- the license