public abstract class BaseExportParameters
extends com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters
Common configuration parameters for report export.
| Constructor and Description |
|---|
BaseExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
Instantiates a new Base export parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
getBackgroundColor()
Gets background color.
|
String |
getLicense()
Gets license.
|
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.
|
void |
setPropertyValues(Object object) |
public BaseExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
baseExportConfiguration - the base export configurationpublic void setDrawBackground(boolean isDrawBackground)
isDrawBackground - the indicator whether background should be drawnpublic boolean isDrawBackground()
public void setBackgroundColor(Color color)
color - the colorpublic Color getBackgroundColor()
public String getLicense()
public void setLicense(String license)
license - the licensepublic void setPropertyValues(Object object)