public class ColorConvertParams
extends java.lang.Object
| Constructor and Description |
|---|
ColorConvertParams(java.util.List<ColorConvertActions> convActions)
Default constructor for the ColorConvertParams class. Sets default values to the members.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
getAllowLossyCompression()
If true, DCT or JPX encoding will be used resulting in a smaller PDF. If false, FlateDecoding will be used instead.
|
java.util.List<ColorConvertActions> |
getColorConvActions()
The ColorConvActions to take.
|
ColorProfile |
getDefaultCMYK()
Gets / Sets a default CMYK Color Profile.
|
ColorProfile |
getDefaultGray()
Gets / Sets a default Gray Color Profile.
|
ColorProfile |
getDefaultRGB()
Gets / Sets a default RGB Color Profile.
|
RenderIntent |
getIntentCMYK()
Gets / Sets a default CMYK Render Intent.
|
RenderIntent |
getIntentGray()
Gets / Sets a default Gray Render Intent.
|
RenderIntent |
getIntentRGB()
Gets / Sets a default RGB Render Intent.
|
void |
setAllowLossyCompression(boolean newAllowLossyCompression) |
void |
setColorConvActions(java.util.List<ColorConvertActions> newActions) |
void |
setDefaultCMYK(ColorProfile defaultCMYK) |
void |
setDefaultGray(ColorProfile defaultGray) |
void |
setDefaultRGB(ColorProfile defaultRGB) |
void |
setIntentCMYK(RenderIntent intentCMYK) |
void |
setIntentGray(RenderIntent intentGray) |
void |
setIntentRGB(RenderIntent intentRGB) |
public ColorConvertParams(java.util.List<ColorConvertActions> convActions)
public void delete()
public java.util.List<ColorConvertActions> getColorConvActions()
public void setColorConvActions(java.util.List<ColorConvertActions> newActions)
public boolean getAllowLossyCompression()
public void setAllowLossyCompression(boolean newAllowLossyCompression)
public ColorProfile getDefaultCMYK()
public void setDefaultCMYK(ColorProfile defaultCMYK)
public ColorProfile getDefaultGray()
public void setDefaultGray(ColorProfile defaultGray)
public ColorProfile getDefaultRGB()
public void setDefaultRGB(ColorProfile defaultRGB)
public RenderIntent getIntentCMYK()
public void setIntentCMYK(RenderIntent intentCMYK)
public RenderIntent getIntentGray()
public void setIntentGray(RenderIntent intentGray)
public RenderIntent getIntentRGB()
public void setIntentRGB(RenderIntent intentRGB)