| fop 0.94 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.fop.pdf.PDFObjectorg.apache.fop.pdf.PDFICCBasedColorSpaceField Summary |
Fields inherited from class org.apache.fop.pdf.PDFObject | |
DATE_FORMAT, log | |
Constructor Summary | |
| |
| |
Method Summary | |
PDFICCStream | |
String |
|
int | |
boolean | |
boolean | |
boolean | |
boolean | |
protected String | |
Methods inherited from class org.apache.fop.pdf.PDFObject | |
encode, encodeString, encodeText, formatDateTime, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, hasObjectNumber, makeReference, output, referencePDF, setDocument, setObjectNumber, toInlinePDFString, toPDF, toPDFString | |
public PDFICCBasedColorSpace(String explicitName,
PDFICCStream iccStream)Constructs a the ICCBased color space with an explicit name (ex. "DefaultRGB").
- Parameters:
explicitName- an explicit name or null if a name should be generatediccStream- the ICC stream to associate with this color space
public PDFICCBasedColorSpace(PDFICCStream iccStream)
Constructs a the ICCBased color space.
- Parameters:
iccStream- the ICC stream to associate with this color space
public PDFICCStream getICCStream()
- Returns:
- the ICC stream associated with this color space
public String getName()
- Specified by:
- getName in interface PDFColorSpace
- See Also:
PDFColorSpace.getName()
public int getNumComponents()
- Specified by:
- getNumComponents in interface PDFColorSpace
- See Also:
PDFColorSpace.getNumComponents()
public boolean isCMYKColorSpace()
- Specified by:
- isCMYKColorSpace in interface PDFColorSpace
- See Also:
PDFColorSpace.isCMYKColorSpace()
public boolean isDeviceColorSpace()
- Specified by:
- isDeviceColorSpace in interface PDFColorSpace
- See Also:
PDFColorSpace.isDeviceColorSpace()
public boolean isGrayColorSpace()
- Specified by:
- isGrayColorSpace in interface PDFColorSpace
- See Also:
PDFColorSpace.isGrayColorSpace()
public boolean isRGBColorSpace()
- Specified by:
- isRGBColorSpace in interface PDFColorSpace
- See Also:
PDFColorSpace.isRGBColorSpace()
protected String toPDFString()
- Overrides:
- toPDFString in interface PDFObject
- See Also:
PDFObject.toPDFString()
| fop 0.94 |