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 >
Default constructor for the ColorConvertParams class.Sets default values to the members.
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 ColorConvActions to take.
getDefaultCMYK
ColorProfilegetDefaultCMYK()Returns:
ColorProfileGets / Sets a default CMYK Color Profile.
getDefaultGray
ColorProfilegetDefaultGray()Returns:
ColorProfileGets / Sets a default Gray Color Profile.
getDefaultRGB
ColorProfilegetDefaultRGB()Returns:
ColorProfileGets / Sets a default RGB Color Profile.
getIntentCMYK
RenderIntentgetIntentCMYK()Returns:
RenderIntentGets / Sets a default CMYK Render Intent.
getIntentGray
RenderIntentgetIntentGray()Returns:
RenderIntentGets / Sets a default Gray Render Intent.
getIntentRGB
RenderIntentgetIntentRGB()Returns:
RenderIntentGets / Sets a default RGB Render Intent.
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