org.apache.fop.datatypes
Class ColorSpace
java.lang.Object
|
+--org.apache.fop.datatypes.ColorSpace
- public class ColorSpace
- extends java.lang.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
DEVICE_GRAY
public static final int DEVICE_GRAY
DEVICE_RGB
public static final int DEVICE_RGB
DEVICE_CMYK
public static final int DEVICE_CMYK
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 java.lang.String getColorSpacePDFString()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.