public interface PDFColorSpace
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getNumComponents()
Get the number of color components for this colorspace
|
boolean |
isCMYKColorSpace() |
boolean |
isDeviceColorSpace() |
boolean |
isGrayColorSpace() |
boolean |
isRGBColorSpace() |
int getNumComponents()
java.lang.String getName()
boolean isDeviceColorSpace()
boolean isRGBColorSpace()
boolean isCMYKColorSpace()
boolean isGrayColorSpace()
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.