Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Field and Description |
---|---|
protected PDFDeviceColorSpace |
PDFShading.colorSpace
A ColorSpace representing the colorspace.
|
protected PDFDeviceColorSpace |
PDFPathPaint.colorSpace
The color space for this paint
|
Modifier and Type | Method and Description |
---|---|
PDFDeviceColorSpace |
PDFImage.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
BitmapImage.getColorSpace()
Get the color space for the image data.
|
PDFDeviceColorSpace |
AlphaRasterImage.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
PDFDocument.getPDFColorSpace()
Returns the PDF color space object.
|
Modifier and Type | Method and Description |
---|---|
PDFPattern |
PDFFactory.makeGradient(PDFResourceContext res,
boolean radial,
PDFDeviceColorSpace theColorspace,
java.util.List theColors,
java.util.List theBounds,
java.util.List theCoords,
java.util.List theMatrix)
Make a gradient
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
int theBitsPerFlag,
java.util.List theDecode,
PDFFunction theFunction)
Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh
shading object
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
java.util.List theDecode,
int theVerticesPerRow,
PDFFunction theFunction)
make a Lattice-Form Gouraud mesh shading object
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
java.util.List theDomain,
java.util.List theMatrix,
PDFFunction theFunction)
make a function based shading object
|
PDFShading |
PDFFactory.makeShading(PDFResourceContext res,
int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
java.util.List theCoords,
java.util.List theDomain,
PDFFunction theFunction,
java.util.List theExtend)
Make an axial or radial shading object.
|
void |
PDFICCStream.setColorSpace(java.awt.color.ICC_Profile icc,
PDFDeviceColorSpace alt)
Sets the color space to encode in PDF.
|
void |
BitmapImage.setColorSpace(PDFDeviceColorSpace cs)
Set the color space for this image.
|
Constructor and Description |
---|
PDFShading(int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
int theBitsPerFlag,
java.util.List theDecode,
PDFFunction theFunction)
Constructor for Type 4,6, or 7
|
PDFShading(int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
int theBitsPerCoordinate,
int theBitsPerComponent,
java.util.List theDecode,
int theVerticesPerRow,
PDFFunction theFunction)
Constructor for type 5
|
PDFShading(int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
java.util.List theDomain,
java.util.List theMatrix,
PDFFunction theFunction)
Constructor for type function based shading
|
PDFShading(int theShadingType,
PDFDeviceColorSpace theColorSpace,
java.util.List theBackground,
java.util.List theBBox,
boolean theAntiAlias,
java.util.List theCoords,
java.util.List theDomain,
PDFFunction theFunction,
java.util.List theExtend)
Constructor for Type 2 and 3
|
Modifier and Type | Method and Description |
---|---|
PDFDeviceColorSpace |
ImageRenderedAdapter.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
ImageRawCCITTFaxAdapter.getColorSpace()
Get the color space for this image.
|
PDFDeviceColorSpace |
ImageRawJPEGAdapter.getColorSpace()
Get the color space for this image.
|
static PDFDeviceColorSpace |
AbstractImageAdapter.toPDFColorSpace(java.awt.color.ColorSpace cs)
Converts a ColorSpace object to a PDFColorSpace object.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.