BaseExportConfigurationImpl

Inheritance: java.lang.Object, net.sf.jasperreports.export.SimpleCommonExportConfiguration

All Implemented Interfaces: BaseExportConfiguration

Common configuration parameters for report export.

Constructors

ConstructorDescription
BaseExportConfigurationImpl()

Methods

MethodDescription
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:

ParameterTypeDescription
isDrawBackgroundbooleanthe 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:

ParameterTypeDescription
colorColorthe 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:

ParameterTypeDescription
licenseStringthe license