ColorConvertParams Class Documentation
classColorConvertParamsNamespace:com::datalogics::PDFL
Detailed Description
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.
Uses types
Constructor & Destructor Documentation
ColorConvertParams
ColorConvertParams(java.util.List< ColorConvertActions >convActions)Parameters
convActions: java.util.List< ColorConvertActions >The list of ColorConvertActions to apply during color conversion.
Constructs a ColorConvertParams with the specified color conversion actions. Initializes AllowLossyCompression to false, all default color profiles to null, and all render intents to Perceptual.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetAllowLossyCompression
booleangetAllowLossyCompression()Returns:
booleanIf true, DCT or JPX encoding will be used resulting in a smaller PDF.If false, FlateDecoding will be used instead.
getColorConvActions
java.util.List< ColorConvertActions >getColorConvActions()Returns:
java.util.List< ColorConvertActions >The list of ColorConvertActions to apply during color conversion. Each object in the document is compared against the selection criteria for each action, in order, until a matching action is found.
getDefaultCMYK
ColorProfilegetDefaultCMYK()Returns:
ColorProfileThe default CMYK ColorProfile used when a document object has no embedded CMYK profile. Initially set to the null color profile.
getDefaultGray
ColorProfilegetDefaultGray()Returns:
ColorProfileThe default Gray ColorProfile used when a document object has no embedded Gray profile. Initially set to the null color profile.
getDefaultRGB
ColorProfilegetDefaultRGB()Returns:
ColorProfileThe default RGB ColorProfile used when a document object has no embedded RGB profile. Initially set to the null color profile.
getIntentCMYK
RenderIntentgetIntentCMYK()Returns:
RenderIntentThe RenderIntent used for CMYK color conversion. Initially set to Perceptual.
getIntentGray
RenderIntentgetIntentGray()Returns:
RenderIntentThe RenderIntent used for Gray color conversion. Initially set to Perceptual.
getIntentRGB
RenderIntentgetIntentRGB()Returns:
RenderIntentThe RenderIntent used for RGB color conversion. Initially set to Perceptual.
setAllowLossyCompression
voidsetAllowLossyCompression(booleannewAllowLossyCompression)Parameters
newAllowLossyCompression: boolean
Returns:
voidsetColorConvActions
voidsetColorConvActions(java.util.List< ColorConvertActions >newActions)Parameters
newActions: java.util.List< ColorConvertActions >
Returns:
voidsetDefaultCMYK
voidsetDefaultCMYK(ColorProfiledefaultCMYK)Parameters
defaultCMYK: ColorProfile
Returns:
voidsetDefaultGray
voidsetDefaultGray(ColorProfiledefaultGray)Parameters
defaultGray: ColorProfile
Returns:
voidsetDefaultRGB
voidsetDefaultRGB(ColorProfiledefaultRGB)Parameters
defaultRGB: ColorProfile
Returns:
voidsetIntentCMYK
voidsetIntentCMYK(RenderIntentintentCMYK)Parameters
intentCMYK: RenderIntent
Returns:
voidsetIntentGray
voidsetIntentGray(RenderIntentintentGray)Parameters
intentGray: RenderIntent
Returns:
voidsetIntentRGB
voidsetIntentRGB(RenderIntentintentRGB)Parameters
intentRGB: RenderIntent
Returns:
void