Package com.datalogics.PDFL
Class ColorConvertParams
java.lang.Object
com.datalogics.PDFL.ColorConvertParams
Holds parameters to be passed to a color convert method. This includes the actions to take in case of a match. Each object is compared against the selection criteria for each of the actions, in order, until a matching action is found.
-
Constructor Summary
ConstructorsConstructorDescriptionColorConvertParams(List<ColorConvertActions> convActions) Default constructor for the ColorConvertParams class. Sets default values to the members. -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleanIf true, DCT or JPX encoding will be used resulting in a smaller PDF. If false, FlateDecoding will be used instead.The ColorConvActions to take.Gets / Sets a default CMYK Color Profile.Gets / Sets a default Gray Color Profile.Gets / Sets a default RGB Color Profile.Gets / Sets a default CMYK Render Intent.Gets / Sets a default Gray Render Intent.Gets / Sets a default RGB Render Intent.voidsetAllowLossyCompression(boolean newAllowLossyCompression) voidsetColorConvActions(List<ColorConvertActions> newActions) voidsetDefaultCMYK(ColorProfile defaultCMYK) voidsetDefaultGray(ColorProfile defaultGray) voidsetDefaultRGB(ColorProfile defaultRGB) voidsetIntentCMYK(RenderIntent intentCMYK) voidsetIntentGray(RenderIntent intentGray) voidsetIntentRGB(RenderIntent intentRGB)
-
Constructor Details
-
ColorConvertParams
Default constructor for the ColorConvertParams class. Sets default values to the members.
-
-
Method Details
-
delete
public void delete() -
getColorConvActions
The ColorConvActions to take. -
setColorConvActions
-
getAllowLossyCompression
public boolean getAllowLossyCompression()If true, DCT or JPX encoding will be used resulting in a smaller PDF. If false, FlateDecoding will be used instead. -
setAllowLossyCompression
public void setAllowLossyCompression(boolean newAllowLossyCompression) -
getDefaultCMYK
Gets / Sets a default CMYK Color Profile. -
setDefaultCMYK
-
getDefaultGray
Gets / Sets a default Gray Color Profile. -
setDefaultGray
-
getDefaultRGB
Gets / Sets a default RGB Color Profile. -
setDefaultRGB
-
getIntentCMYK
Gets / Sets a default CMYK Render Intent. -
setIntentCMYK
-
getIntentGray
Gets / Sets a default Gray Render Intent. -
setIntentGray
-
getIntentRGB
Gets / Sets a default RGB Render Intent. -
setIntentRGB
-