Uses of Enum Class
com.datalogics.PDFL.RenderIntent
Packages that use RenderIntent
-
Uses of RenderIntent in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return RenderIntentModifier and TypeMethodDescriptionColorConvertActions.getConvertIntent()Gets / 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.ColorConvertParams.getIntentCMYK()Gets / Sets a default CMYK Render Intent.ColorConvertParams.getIntentGray()Gets / Sets a default Gray Render Intent.ColorConvertParams.getIntentRGB()Gets / Sets a default RGB Render Intent.ColorConvertActions.getIntentToMatch()Gets / sets the rendering intent of the object. If this is UseProfileIntent this action applies to any intent.DrawParams.getRenderIntent()Default rendering intent is RelColorimetric (relative colorimetric).GraphicState.getRenderIntent()A color rendering intent corresponding to the Intent key in the image dictionary.PageImageParams.getRenderIntent()The RenderIntent used to specify color translation for colors outside gamut of the color profile used.static RenderIntentReturns the enum constant of this class with the specified name.static RenderIntent[]RenderIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type RenderIntentModifier and TypeMethodDescriptionContainer.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the objects in the ContainerForm.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the objects in the formGroup.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the elements in the Group objectImage.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the ImagePath.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the PathText.colorConvert(Document document, ColorProfile prof, RenderIntent intent, boolean embed) Applies the specified ICC ColorProfile to the Text objectbyte[]ColorValueConverter.convertValues(ColorProfile sourceColorProfile, ColorProfile destinationColorProfile, RenderIntent intent, long numberOfInputValueSets, byte[] inputValueSets) Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.byte[]ColorValueConverter.convertValues(ColorProfile sourceColorProfile, String destinationColorProfilePath, RenderIntent intent, long numberOfInputValueSets, byte[] inputValueSets) Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.byte[]ColorValueConverter.convertValues(String sourceColorProfilePath, ColorProfile destinationColorProfile, RenderIntent intent, long numberOfInputValueSets, byte[] inputValueSets) Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.byte[]ColorValueConverter.convertValues(String sourceColorProfilePath, String destinationColorProfilePath, RenderIntent intent, long numberOfInputValueSets, byte[] inputValueSets) Converts sets of values from a Source ColorSpace to a Destination colorspace using a specified Render Intent.voidColorConvertActions.setConvertIntent(RenderIntent newIntent) voidColorConvertParams.setIntentCMYK(RenderIntent intentCMYK) voidColorConvertParams.setIntentGray(RenderIntent intentGray) voidColorConvertParams.setIntentRGB(RenderIntent intentRGB) voidColorConvertActions.setIntentToMatch(RenderIntent newIntent) voidDrawParams.setRenderIntent(RenderIntent value) Default rendering intent is RelColorimetric (relative colorimetric).voidGraphicState.setRenderIntent(RenderIntent renderingIntent) A color rendering intent corresponding to the Intent key in the image dictionary.voidPageImageParams.setRenderIntent(RenderIntent arg0)