Uses of Enum Class
org.apache.pdfbox.preflight.content.PreflightStreamEngine.ColorSpaceType
Packages that use PreflightStreamEngine.ColorSpaceType
-
Uses of PreflightStreamEngine.ColorSpaceType in org.apache.pdfbox.preflight.content
Methods in org.apache.pdfbox.preflight.content that return PreflightStreamEngine.ColorSpaceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PreflightStreamEngine.ColorSpaceType[]
PreflightStreamEngine.ColorSpaceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pdfbox.preflight.content with parameters of type PreflightStreamEngine.ColorSpaceTypeModifier and TypeMethodDescriptionprivate boolean
PreflightStreamEngine.isDeviceIndependent
(PDColorSpace cs, PreflightStreamEngine.ColorSpaceType expectedIccType) private boolean
PreflightStreamEngine.validColorSpace
(PDColorSpace colorSpace, PreflightStreamEngine.ColorSpaceType expectedIccType) private boolean
PreflightStreamEngine.validColorSpaceDestOutputProfile
(PreflightStreamEngine.ColorSpaceType expectedType)