public class ICCProfileWrapper extends Object
| Constructor and Description | 
|---|
| ICCProfileWrapper(ICC_Profile _profile) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getColorSpaceType()Call the ICC_ColorSpace.getType method and return the value. | 
| static ICCProfileWrapper | getOrSearchICCProfile(PreflightContext context) | 
| ICC_Profile | getProfile() | 
| boolean | isCMYKColorSpace()Return true if the ColourSpace is CMYK | 
| boolean | isGrayColorSpace()Return true if the ColourSpace is Gray scale | 
| boolean | isRGBColorSpace()Return true if the ColourSpace is RGB | 
public ICCProfileWrapper(ICC_Profile _profile)
public int getColorSpaceType()
public ICC_Profile getProfile()
public boolean isRGBColorSpace()
public boolean isCMYKColorSpace()
public boolean isGrayColorSpace()
public static ICCProfileWrapper getOrSearchICCProfile(PreflightContext context) throws ValidationException
ValidationExceptionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.