org.apache.fop.datatypes
Class ColorSpace
java.lang.Object
org.apache.fop.datatypes.ColorSpace
public class ColorSpace
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEVICE_UNKNOWN
public static final int DEVICE_UNKNOWN
- See Also:
- Constant Field Values
DEVICE_GRAY
public static final int DEVICE_GRAY
- See Also:
- Constant Field Values
DEVICE_RGB
public static final int DEVICE_RGB
- See Also:
- Constant Field Values
DEVICE_CMYK
public static final int DEVICE_CMYK
- See Also:
- Constant Field Values
currentColorSpace
protected int currentColorSpace
ColorSpace
public ColorSpace(int theColorSpace)
setColorSpace
public void setColorSpace(int theColorSpace)
hasICCProfile
public boolean hasICCProfile()
getICCProfile
public byte[] getICCProfile()
setICCProfile
public void setICCProfile(byte[] iccProfile)
getColorSpace
public int getColorSpace()
getNumComponents
public int getNumComponents()
getColorSpacePDFString
public String getColorSpacePDFString()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.