Uses of Enum Class
com.datalogics.PDFL.ColorProfile
Packages that use ColorProfile
-
Uses of ColorProfile in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return ColorProfileModifier and TypeMethodDescriptionColorConvertActions.getConvertProfile()Gets / sets the target ColorProfile for the conversion. If the output intent is embedded, this should be the output intent profile.ColorConvertParams.getDefaultCMYK()Gets / Sets a default CMYK Color Profile.ColorConvertParams.getDefaultGray()Gets / Sets a default Gray Color Profile.ColorConvertParams.getDefaultRGB()Gets / Sets a default RGB Color Profile.DrawParams.getICCProfile()Gets the ICC Profile of the colorspace to be used for rendering from a known value.PageImageParams.getICCProfile()Gets the ICC Profile of the colorspace to be used for rendering from a known value.static ColorProfileReturns the enum constant of this class with the specified name.static ColorProfile[]ColorProfile.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 ColorProfileModifier and TypeMethodDescriptionvoidLibrary.changeWorkingSpaceCMYK(ColorProfile colorProfile) Sets the current CMYK working space to the specified ICC profile.voidLibrary.changeWorkingSpaceGray(ColorProfile colorProfile) Sets the current Gray working space to the specified ICC profile.voidLibrary.changeWorkingSpaceRGB(ColorProfile colorProfile) Sets the current RGB working space to the specified ICC profile.Container.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.voidColorConvertActions.setConvertProfile(ColorProfile newProfile) voidColorConvertParams.setDefaultCMYK(ColorProfile defaultCMYK) voidColorConvertParams.setDefaultGray(ColorProfile defaultGray) voidColorConvertParams.setDefaultRGB(ColorProfile defaultRGB) voidDrawParams.setICCProfile(ColorProfile colorProfile) Sets the ICC Profile of the colorspace to be used for rendering to a known value.voidPageImageParams.setICCProfile(ColorProfile colorProfile) Sets the ICC Profile of the colorspace to be used for rendering to a known value.