ColorConvertParams Class Documentation

classColorConvertParams

Namespace: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.

Referenced by

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 void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getAllowLossyCompression

booleangetAllowLossyCompression()

Returns:

boolean

If true, DCT or JPX encoding will be used resulting in a smaller PDF.If false, FlateDecoding will be used instead.

getDefaultCMYK

ColorProfilegetDefaultCMYK()

Returns:

ColorProfile

The default CMYK ColorProfile used when a document object has no embedded CMYK profile. Initially set to the null color profile.

getDefaultGray

ColorProfilegetDefaultGray()

Returns:

ColorProfile

The default Gray ColorProfile used when a document object has no embedded Gray profile. Initially set to the null color profile.

getDefaultRGB

ColorProfilegetDefaultRGB()

Returns:

ColorProfile

The default RGB ColorProfile used when a document object has no embedded RGB profile. Initially set to the null color profile.

getIntentCMYK

RenderIntentgetIntentCMYK()

Returns:

RenderIntent

The RenderIntent used for CMYK color conversion. Initially set to Perceptual.

getIntentGray

RenderIntentgetIntentGray()

Returns:

RenderIntent

The RenderIntent used for Gray color conversion. Initially set to Perceptual.

getIntentRGB

RenderIntentgetIntentRGB()

Returns:

RenderIntent

The RenderIntent used for RGB color conversion. Initially set to Perceptual.

setAllowLossyCompression

voidsetAllowLossyCompression(booleannewAllowLossyCompression)

Parameters

newAllowLossyCompression: boolean

Returns:

void

setDefaultCMYK

voidsetDefaultCMYK(ColorProfiledefaultCMYK)

Parameters

defaultCMYK: ColorProfile

Returns:

void

setDefaultGray

voidsetDefaultGray(ColorProfiledefaultGray)

Parameters

defaultGray: ColorProfile

Returns:

void

setDefaultRGB

voidsetDefaultRGB(ColorProfiledefaultRGB)

Parameters

defaultRGB: ColorProfile

Returns:

void

setIntentCMYK

voidsetIntentCMYK(RenderIntentintentCMYK)

Parameters

intentCMYK: RenderIntent

Returns:

void

setIntentGray

voidsetIntentGray(RenderIntentintentGray)

Parameters

intentGray: RenderIntent

Returns:

void

setIntentRGB

voidsetIntentRGB(RenderIntentintentRGB)

Parameters

intentRGB: RenderIntent

Returns:

void