ColorConvertActions Class Documentation
classColorConvertActionsNamespace:com::datalogics::PDFL
Detailed Description
Class that defines color conversion actions for an object described by certain attributes.
Referenced by
Constructor & Destructor Documentation
ColorConvertActions
ColorConvertActions()Default constructor for the ColorConvertActions 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:
voidgetAction
ColorConvertActionTypegetAction()Returns:
ColorConvertActionTypeGets / sets the action, specifying what to do when an object matches this Settings record.
getColorantName
StringgetColorantName()Returns:
StringFor ink actions (which describe a single colorant, whether used in Separation or DeviceN, and which are not matched using the above matching fields) this describes the colorant of the ink.
getConvertIntent
RenderIntentgetConvertIntent()Returns:
RenderIntentGets / sets the intent that overrides the object's original render intent when performing color conversion.UseProfileIntent means that the intent of the object must not be overridden.
getConvertProfile
ColorProfilegetConvertProfile()Returns:
ColorProfileGets / sets the target ColorProfile for the conversion.If the output intent is embedded, this should be the output intent profile.
getConvertProfilePath
StringgetConvertProfilePath()Returns:
StringGets / sets the target ColorProfile for the conversion using the profile found at the path provided.If the output intent is embedded, this should be the output intent profile.NOTE: If specifying a path, ConvertProfile must be set to Null_ColorProfile.
getEmbedColorProfile
booleangetEmbedColorProfile()Returns:
booleanIf true, embed the target profile.If false, the resulting color is Device, if possible.
getInkAlias
StringgetInkAlias()Returns:
StringGets / sets the ink alias, this only applies to ink actions.
getIntentToMatch
RenderIntentgetIntentToMatch()Returns:
RenderIntentGets / sets the rendering intent of the object.If this is UseProfileIntent this action applies to any intent.
getIsInkAction
booleangetIsInkAction()Returns:
booleanMarks this Action to be applied to inks.
getIsProcessColor
booleangetIsProcessColor()Returns:
booleanTrue if this ink is a process ink.
getMaxFontSizeMatch
doublegetMaxFontSizeMatch()Returns:
doubleGets / sets the maximum font size to match for text objects.
getMinFontSizeMatch
doublegetMinFontSizeMatch()Returns:
doubleGets / sets the minimum font size to match for text objects.
getMustMatchAllAttrs
ColorConvertObjAttrsgetMustMatchAllAttrs()Returns:
ColorConvertObjAttrsA bit field that gets / sets the attributes an element must match to be color converted.The element must match ALL these attributes to be color converted.
getMustMatchAllCSAttrs
ColorConvertCSpaceTypegetMustMatchAllCSAttrs()Returns:
ColorConvertCSpaceTypeA bit field that gets / sets the Color Space attributes an object must match to be color converted.The element must match ALL these Color Space attributes to be color converted.
getMustMatchAnyAttrs
ColorConvertObjAttrsgetMustMatchAnyAttrs()Returns:
ColorConvertObjAttrsA bit field that gets / sets the attributes an element must match to be color converted.The element can match ONE OR MORE of these attributes to be color converted.
getMustMatchAnyCSAttrs
ColorConvertCSpaceTypegetMustMatchAnyCSAttrs()Returns:
ColorConvertCSpaceTypeA bit field that gets / sets the Color Space attributes an object must match to be color converted.The element can match ONE OR MORE Color Space attributes to be color converted.
getPreserveBlack
booleangetPreserveBlack()Returns:
booleanIf true, perform a black-preserving transform when converting.
getPreserveCMYKPrimaries
booleangetPreserveCMYKPrimaries()Returns:
booleanIf true, use a primary-preserving CMYK to CMYK transform.
getPromoteGrayToCMYK
booleangetPromoteGrayToCMYK()Returns:
booleanIf true, promote DeviceGray objects to DeviceCMYK with k = 1.0 - gray value.
getUseBlackPointCompensation
booleangetUseBlackPointCompensation()Returns:
booleanIf true, turn on black point compensation for color conversions.
setAction
voidsetAction(ColorConvertActionTypenewAction)Parameters
newAction: ColorConvertActionType
Returns:
voidsetColorantName
voidsetColorantName(StringnewName)Parameters
newName: String
Returns:
voidsetConvertIntent
voidsetConvertIntent(RenderIntentnewIntent)Parameters
newIntent: RenderIntent
Returns:
voidsetConvertProfile
voidsetConvertProfile(ColorProfilenewProfile)Parameters
newProfile: ColorProfile
Returns:
voidsetConvertProfilePath
voidsetConvertProfilePath(StringnewProfilePath)Parameters
newProfilePath: String
Returns:
voidsetEmbedColorProfile
voidsetEmbedColorProfile(booleannewEmbedCProfile)Parameters
newEmbedCProfile: boolean
Returns:
voidsetInkAlias
voidsetInkAlias(StringnewAlias)Parameters
newAlias: String
Returns:
voidsetIntentToMatch
voidsetIntentToMatch(RenderIntentnewIntent)Parameters
newIntent: RenderIntent
Returns:
voidsetIsInkAction
voidsetIsInkAction(booleannewIsInkAction)Parameters
newIsInkAction: boolean
Returns:
voidsetIsProcessColor
voidsetIsProcessColor(booleannewIsProcessColor)Parameters
newIsProcessColor: boolean
Returns:
voidsetMaxFontSizeMatch
voidsetMaxFontSizeMatch(doublenewSize)Parameters
newSize: double
Returns:
voidsetMinFontSizeMatch
voidsetMinFontSizeMatch(doublenewSize)Parameters
newSize: double
Returns:
voidsetMustMatchAllAttrs
voidsetMustMatchAllAttrs(ColorConvertObjAttrsnewAttrs)Parameters
newAttrs: ColorConvertObjAttrs
Returns:
voidsetMustMatchAllCSAttrs
voidsetMustMatchAllCSAttrs(ColorConvertCSpaceTypenewCSAttrs)Parameters
newCSAttrs: ColorConvertCSpaceType
Returns:
voidsetMustMatchAnyAttrs
voidsetMustMatchAnyAttrs(ColorConvertObjAttrsnewAttrs)Parameters
newAttrs: ColorConvertObjAttrs
Returns:
voidsetMustMatchAnyCSAttrs
voidsetMustMatchAnyCSAttrs(ColorConvertCSpaceTypenewCSAttrs)Parameters
newCSAttrs: ColorConvertCSpaceType
Returns:
voidsetPreserveBlack
voidsetPreserveBlack(booleannewPreserveBlack)Parameters
newPreserveBlack: boolean
Returns:
voidsetPreserveCMYKPrimaries
voidsetPreserveCMYKPrimaries(booleannewPreserveCMYKPrimaries)Parameters
newPreserveCMYKPrimaries: boolean
Returns:
voidsetPromoteGrayToCMYK
voidsetPromoteGrayToCMYK(booleannewPromoteGrayToCMYK)Parameters
newPromoteGrayToCMYK: boolean
Returns:
voidsetUseBlackPointCompensation
voidsetUseBlackPointCompensation(booleannewBlackPointCompensation)Parameters
newBlackPointCompensation: boolean
Returns:
void