BaseExportParameters

Inheritance: java.lang.Object, com.jaspersoft.jasperserver.api.engine.jasperreports.common.AbstractExportParameters

Common configuration parameters for report export.

Constructors

ConstructorDescription
BaseExportParameters(BaseExportConfigurationImpl baseExportConfiguration)Instantiates a new Base export parameters.

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()Gets background color.
getLicense()Gets license.
setLicense(String license)Sets license file path.
setPropertyValues(Object object)

BaseExportParameters(BaseExportConfigurationImpl baseExportConfiguration)

public BaseExportParameters(BaseExportConfigurationImpl baseExportConfiguration)

Instantiates a new Base export parameters.

Parameters:

ParameterTypeDescription
baseExportConfigurationBaseExportConfigurationImplthe base export configuration

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()

Gets background color.

Returns: Color - the background color

getLicense()

public String getLicense()

Gets license.

Returns: String - the license

setLicense(String license)

public void setLicense(String license)

Sets license file path.

Parameters:

ParameterTypeDescription
licenseStringthe license

setPropertyValues(Object object)

public void setPropertyValues(Object object)