Uses of Enum
org.apache.pdfbox.preflight.graphic.ColorSpaceHelperFactory.ColorSpaceRestriction
Packages that use ColorSpaceHelperFactory.ColorSpaceRestriction
-
Uses of ColorSpaceHelperFactory.ColorSpaceRestriction in org.apache.pdfbox.preflight.graphic
Methods in org.apache.pdfbox.preflight.graphic that return ColorSpaceHelperFactory.ColorSpaceRestrictionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ColorSpaceHelperFactory.ColorSpaceRestriction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.preflight.graphic with parameters of type ColorSpaceHelperFactory.ColorSpaceRestrictionModifier and TypeMethodDescriptionColorSpaceHelperFactory.getColorSpaceHelper
(PreflightContext context, PDColorSpace cs, ColorSpaceHelperFactory.ColorSpaceRestriction csr) Return an instance of ColorSpaceHelper according to the ColorSpaceRestriction value.