fop 0.95beta | |
Frames | No Frames |
Constructors with parameter type org.apache.fop.pdf.PDFResourceContext | |
PDFGraphics2D.PDFGraphics2D(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, String pref, String font, float size) Create a new PDFGraphics2D with the given pdf document info. |
Fields of type org.apache.fop.pdf.PDFResourceContext | |
PDFResourceContext | The current resource context for adding fonts, patterns etc. |
Fields of type org.apache.fop.pdf.PDFResourceContext | |
PDFResourceContext | the current annotation list to add annotations to
|
PDFResourceContext | see PDF_CONTEXT |
Classes derived from org.apache.fop.pdf.PDFResourceContext | |
class | Class representing a /Page object. |
Methods with parameter type org.apache.fop.pdf.PDFResourceContext | |
PDFFormXObject | PDFDocument.addFormXObject(PDFResourceContext res, PDFStream cont, PDFReference formres, String key) Add a form XObject to the PDF document. |
PDFImageXObject | Add an image to the PDF document. |
PDFPattern | PDFFactory.makeGradient(PDFResourceContext res, boolean radial, PDFDeviceColorSpace theColorspace, List theColors, List theBounds, List theCoords, List theMatrix) Make a gradient
|
PDFICCBasedColorSpace | PDFFactory.makeICCBasedColorSpace(PDFResourceContext res, String explicitName, PDFICCStream iccStream) Makes a new ICCBased color space and registers it in the resource context. |
PDFPattern | PDFFactory.makePattern(PDFResourceContext res, int thePatternType, PDFResources theResources, int thePaintType, int theTilingType, List theBBox, double theXStep, double theYStep, List theMatrix, List theXUID, StringBuffer thePatternDataStream) Make a tiling pattern
|
PDFPattern | PDFFactory.makePattern(PDFResourceContext res, int thePatternType, PDFShading theShading, List theXUID, StringBuffer theExtGState, List theMatrix) Make a smooth shading pattern
|
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theDomain, List theMatrix, PDFFunction theFunction) make a function based shading object
|
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, List theCoords, List theDomain, PDFFunction theFunction, List theExtend) Make an axial or radial shading object. |
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, List theDecode, int theVerticesPerRow, PDFFunction theFunction) make a Lattice-Form Gouraud mesh shading object
|
PDFShading | PDFFactory.makeShading(PDFResourceContext res, int theShadingType, PDFDeviceColorSpace theColorSpace, List theBackground, List theBBox, boolean theAntiAlias, int theBitsPerCoordinate, int theBitsPerComponent, int theBitsPerFlag, List theDecode, PDFFunction theFunction) Make a free-form gouraud shaded triangle mesh, coons patch mesh, or tensor patch mesh
shading object
|
fop 0.95beta |