|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFICCStream | |
---|---|
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
org.apache.fop.render.pdf | PDF Renderer |
Uses of PDFICCStream in org.apache.fop.pdf |
---|
Methods in org.apache.fop.pdf that return PDFICCStream | |
---|---|
PDFICCStream |
PDFOutputIntent.getDestOutputProfile()
|
PDFICCStream |
AlphaRasterImage.getICCStream()
Get the ICC stream for this image. |
PDFICCStream |
BitmapImage.getICCStream()
Get the ICC stream. |
PDFICCStream |
PDFImage.getICCStream()
Get the ICC stream for this image. |
PDFICCStream |
PDFICCBasedColorSpace.getICCStream()
|
PDFICCStream |
PDFFactory.makePDFICCStream()
Create a PDFICCStream |
static PDFICCStream |
PDFICCBasedColorSpace.setupsRGBColorProfile(PDFDocument pdfDoc)
Sets up the sRGB color profile in the PDF document. |
Methods in org.apache.fop.pdf with parameters of type PDFICCStream | |
---|---|
PDFICCBasedColorSpace |
PDFFactory.makeICCBasedColorSpace(PDFResourceContext res,
java.lang.String explicitName,
PDFICCStream iccStream)
Makes a new ICCBased color space and registers it in the resource context. |
void |
PDFOutputIntent.setDestOutputProfile(PDFICCStream destOutputProfile)
Sets the destination ICC profile. |
Constructors in org.apache.fop.pdf with parameters of type PDFICCStream | |
---|---|
PDFICCBasedColorSpace(PDFICCStream iccStream)
Constructs a the ICCBased color space. |
|
PDFICCBasedColorSpace(java.lang.String explicitName,
PDFICCStream iccStream)
Constructs a the ICCBased color space with an explicit name (ex. |
Uses of PDFICCStream in org.apache.fop.render.pdf |
---|
Methods in org.apache.fop.render.pdf that return PDFICCStream | |
---|---|
PDFICCStream |
AbstractImageAdapter.getICCStream()
Get the ICC stream for this image. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |