public class MetafileExportParameters extends ImageExportParameters
The Metafile report configuration.
Constructor and Description |
---|
MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
Instantiates a new Metafile export parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getCompress()
Gets a value indicating whether file format should be compressed.
|
void |
setCompress(boolean value)
Sets a value indicating whether file format should be compressed.
|
void |
setPropertyValues(Object object) |
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
baseExportConfiguration
- the base export configurationpublic final boolean getCompress()
Gets a value indicating whether file format should be compressed.
Value:true
if compressed; otherwise, false
.public final void setCompress(boolean value)
Sets a value indicating whether file format should be compressed.
Value:true
if compressed; otherwise, false
.value
- a value indicating whether file format should be compressed.public void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters