public class ASPsdExportParametersBean extends ImageExportParameters
The PSD file format export parameters.
Constructor and Description |
---|
ASPsdExportParametersBean()
Instantiates a new Psd export parameters.
|
Modifier and Type | Method and Description |
---|---|
short |
getChannelBitsCount()
Gets or sets the bits count per color channel.
|
short |
getChannelsCount()
Gets the color channels count.
|
ColorModesEnum |
getColorMode()
Gets or sets the psd color mode.
|
CompressionMethodEnum |
getCompressionMethod()
Gets or sets the psd compression method.
|
PsdVersionEnum |
getPsdVersion()
Gets the file format version.
|
int |
getVersion()
Gets or sets the psd file version.
|
boolean |
isRefreshImagePreviewData()
Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
|
boolean |
isRemoveGlobalTextEngineResource()
Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related).
|
void |
setChannelBitsCount(short value)
Gets or sets the bits count per color channel.
|
void |
setChannelsCount(short value)
Sets the color channels count.
|
void |
setColorMode(ColorModesEnum value)
Gets or sets the psd color mode.
|
void |
setCompressionMethod(CompressionMethodEnum value)
Gets or sets the psd compression method.
|
void |
setPropertyValues(Object object) |
void |
setPsdVersion(PsdVersionEnum value)
Sets the file format version.
|
void |
setRefreshImagePreviewData(boolean value)
Sets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
|
void |
setRemoveGlobalTextEngineResource(boolean value)
Sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related).
|
void |
setVersion(int value)
Gets or sets the psd file version.
|
getCenterDrawing, getFullFrame, getPalette, getResolutionSettings, getSmoothingMode, getTextRenderingHint, setCenterDrawing, setFullFrame, setPalette, setResolutionSettings, setSmoothingMode, setTextRenderingHintEnum
getBackgroundColor, getLicense, isDrawBackground, setBackgroundColor, setDrawBackground, setLicense
public ASPsdExportParametersBean()
public int getVersion()
Gets or sets the psd file version.
public void setVersion(int value)
Gets or sets the psd file version.
value
- The psd file version.public CompressionMethodEnum getCompressionMethod()
Gets or sets the psd compression method.
public void setCompressionMethod(CompressionMethodEnum value)
Gets or sets the psd compression method.
value
- The compression method.public final PsdVersionEnum getPsdVersion()
Gets the file format version. It can be PSD or PSB.
public final void setPsdVersion(PsdVersionEnum value)
Sets the file format version. It can be PSD or PSB.
Value: The file format version.value
- the file format version.public ColorModesEnum getColorMode()
Gets or sets the psd color mode.
public void setColorMode(ColorModesEnum value)
Gets or sets the psd color mode.
value:
- The color mode.public short getChannelBitsCount()
Gets or sets the bits count per color channel.
public void setChannelBitsCount(short value)
Gets or sets the bits count per color channel.
value
- The bits count per color channel.public short getChannelsCount()
Gets the color channels count.
public void setChannelsCount(short value)
Sets the color channels count.
value
- The color channels count.public boolean isRemoveGlobalTextEngineResource()
Gets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes.
true
if [remove global text engine resource]; otherwise, false
.public void setRemoveGlobalTextEngineResource(boolean value)
Sets a value indicating whether - Remove the global text engine resource - Used for some text-layered psd files, in only case, when they can not be opened in Adobe Photoshop after processing (mostly for absent fonts text layers related). After using this option, user need to Make next in opened in Photoshop file: Menu "Text" -> "Process absent fonts". After that operation all text will appear again. Please note, that this operation may cause some final layout changes.
value
- true
if [remove global text engine resource]; otherwise, false
.public boolean isRefreshImagePreviewData()
Gets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
true
if [refresh image preview data]; otherwise, false
.public void setRefreshImagePreviewData(boolean value)
Sets a value indicating whether [refresh image preview data] - option used to maximize compatibility with another PSD image viewers.
value
- true
if [refresh image preview data]; otherwise, false
.public void setPropertyValues(Object object)
setPropertyValues
in interface com.jaspersoft.jasperserver.api.engine.jasperreports.common.ExportParameters
setPropertyValues
in class ImageExportParameters