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
ValidationException
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.