org.apache.fop.pdf
Interface PDFColorSpace
- PDFDeviceColorSpace, PDFICCBasedColorSpace
public interface PDFColorSpace
PDF Color space.
getName
public String getName()
- the name of the color space
getNumComponents
public int getNumComponents()
Get the number of color components for this colorspace
isCMYKColorSpace
public boolean isCMYKColorSpace()
- true if the color space is an CMYK color space
isDeviceColorSpace
public boolean isDeviceColorSpace()
- true if the color space is a device-dependent color space (like DeviceRGB,
DeviceCMYK and DeviceGray)
isGrayColorSpace
public boolean isGrayColorSpace()
- true if the color space is an Gray color space
isRGBColorSpace
public boolean isRGBColorSpace()
- true if the color space is an RGB color space
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.