Uses of Class
org.apache.pdfbox.preflight.content.PreflightStreamEngine.ColorSpaceType
-
Packages that use PreflightStreamEngine.ColorSpaceType Package Description org.apache.pdfbox.preflight.content -
-
Uses of PreflightStreamEngine.ColorSpaceType in org.apache.pdfbox.preflight.content
Methods in org.apache.pdfbox.preflight.content that return PreflightStreamEngine.ColorSpaceType Modifier and Type Method Description static PreflightStreamEngine.ColorSpaceTypePreflightStreamEngine.ColorSpaceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PreflightStreamEngine.ColorSpaceType[]PreflightStreamEngine.ColorSpaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pdfbox.preflight.content with parameters of type PreflightStreamEngine.ColorSpaceType Modifier and Type Method Description private booleanPreflightStreamEngine. isDeviceIndependent(PDColorSpace cs, PreflightStreamEngine.ColorSpaceType expectedIccType)private booleanPreflightStreamEngine. validColorSpace(PDColorSpace colorSpace, PreflightStreamEngine.ColorSpaceType expectedIccType)private booleanPreflightStreamEngine. validColorSpaceDestOutputProfile(PreflightStreamEngine.ColorSpaceType expectedType)
-