Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.properties |
Classes representing the various property types as well as supporting data structures for the FO tree.
|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render |
Generic renderer interface.
|
org.apache.fop.render.afp | |
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
org.apache.fop.render.pcl |
PCL Renderer (Supports PCL5 and HP GL/2)
|
org.apache.fop.render.pdf |
PDF Renderer
|
org.apache.fop.render.ps |
PostScript Renderer
|
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
org.apache.fop.svg |
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
|
Constructor and Description |
---|
CachedRenderPagesModel(FOUserAgent userAgent,
java.lang.String outputFormat,
FontInfo fontInfo,
java.io.OutputStream stream)
Main Constructor
|
RenderPagesModel(FOUserAgent userAgent,
java.lang.String outputFormat,
FontInfo fontInfo,
java.io.OutputStream stream)
Create a new render pages model with the given renderer.
|
Modifier and Type | Field and Description |
---|---|
protected FontInfo |
FOEventHandler.fontInfo
The Font information relevant for this document
|
Modifier and Type | Method and Description |
---|---|
FontInfo |
FOEventHandler.getFontInfo()
Retrieve the font information for this document
|
Modifier and Type | Method and Description |
---|---|
FontTriplet[] |
CommonFont.getFontState(FontInfo fontInfo)
Create and return an array of
FontTriplets based on
the properties stored in the instance variables. |
Modifier and Type | Method and Description |
---|---|
static void |
FontSetup.addConfiguredFonts(FontInfo fontInfo,
java.util.List fontInfoList,
int num,
FontResolver resolver)
Add fonts from configuration file starting with internal name F
|
static void |
FontSetup.setup(FontInfo fontInfo,
java.util.List embedList,
FontResolver resolver)
Sets up the font info object.
|
static void |
FontSetup.setup(FontInfo fontInfo,
java.util.List embedList,
FontResolver resolver,
boolean enableBase14Kerning)
Sets up the font info object.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFResources.addFonts(PDFDocument doc,
FontInfo fontInfo)
Add the fonts in the font info to this PDF document's Font Resources.
|
Modifier and Type | Field and Description |
---|---|
protected FontInfo |
PrintRenderer.fontInfo
Font configuration
|
Modifier and Type | Method and Description |
---|---|
void |
PrintRenderer.setupFontInfo(FontInfo inFontInfo)
Set up the font info
|
abstract void |
AbstractRenderer.setupFontInfo(FontInfo fontInfo)
Set up the given FontInfo.
|
void |
Renderer.setupFontInfo(FontInfo fontInfo)
Set up the given FontInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
AFPRenderer.setupFontInfo(FontInfo inFontInfo)
Set up the font info
|
Modifier and Type | Method and Description |
---|---|
static void |
FontSetup.setup(FontInfo fontInfo,
java.util.List configuredFontList,
FontResolver resolver,
java.awt.Graphics2D graphics)
Sets up the font info object.
|
void |
Java2DRenderer.setupFontInfo(FontInfo inFontInfo)
Set up the font info
|
Constructor and Description |
---|
Java2DGraphicsState(java.awt.Graphics2D graphics,
FontInfo fontInfo,
java.awt.geom.AffineTransform at)
State for storing graphics state.
|
Modifier and Type | Method and Description |
---|---|
void |
PCLRenderer.setupFontInfo(FontInfo inFontInfo)
Set up the font info
|
Modifier and Type | Field and Description |
---|---|
FontInfo |
PDFSVGHandler.PDFInfo.fi
see PDF_FONT_INFO
|
Modifier and Type | Field and Description |
---|---|
protected FontInfo |
NativeTextHandler.fontInfo
FontInfo containing all available fonts
|
Modifier and Type | Method and Description |
---|---|
FontInfo |
NativeTextHandler.getFontInfo()
Return the font information associated with this object
|
FontInfo |
PSSVGHandler.PSInfo.getFontInfo()
Returns the fontInfo.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
PSFontUtils.determineSuppliedFonts(org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker,
FontInfo fontInfo,
java.util.Map fonts)
Determines the set of fonts that will be supplied with the PS file and registers them
with the resource tracker.
|
static void |
ResourceHandler.process(FOUserAgent userAgent,
java.io.InputStream in,
java.io.OutputStream out,
FontInfo fontInfo,
org.apache.xmlgraphics.ps.dsc.ResourceTracker resTracker,
java.util.Map formResources,
int pageCount,
java.awt.geom.Rectangle2D documentBoundingBox)
Rewrites the temporary PostScript file generated by PSRenderer adding all needed resources
(fonts and images).
|
void |
PSSVGHandler.PSInfo.setFontInfo(FontInfo fontInfo)
Sets the fontInfo.
|
static java.util.Map |
PSFontUtils.writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen,
FontInfo fontInfo)
Generates the PostScript code for the font dictionary.
|
static java.util.Map |
PSFontUtils.writeFontDict(org.apache.xmlgraphics.ps.PSGenerator gen,
FontInfo fontInfo,
java.util.Map fonts)
Generates the PostScript code for the font dictionary.
|
Constructor and Description |
---|
NativeTextHandler(org.apache.xmlgraphics.java2d.ps.PSGraphics2D g2d,
FontInfo fontInfo)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRenderer.setupFontInfo(FontInfo inFontInfo)
Set up the font info
|
Modifier and Type | Field and Description |
---|---|
protected FontInfo |
PDFGraphics2D.fontInfo
The current font information.
|
Modifier and Type | Method and Description |
---|---|
FontInfo |
PDFDocumentGraphics2D.getFontInfo()
Get the font info for this pdf document.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocumentGraphics2D.setFontInfo(FontInfo fontInfo)
Sets the font info for this PDF document.
|
Constructor and Description |
---|
PDFBatikFlowTextElementBridge(FontInfo fontInfo)
Main Constructor.
|
PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent,
org.apache.batik.bridge.DocumentLoader loader,
FontInfo fontInfo,
org.apache.xmlgraphics.image.loader.ImageManager imageManager,
org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext,
java.awt.geom.AffineTransform linkTransform)
Constructs a new bridge context.
|
PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent,
FontInfo fontInfo,
org.apache.xmlgraphics.image.loader.ImageManager imageManager,
org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext)
Constructs a new bridge context.
|
PDFBridgeContext(org.apache.batik.bridge.UserAgent userAgent,
FontInfo fontInfo,
org.apache.xmlgraphics.image.loader.ImageManager imageManager,
org.apache.xmlgraphics.image.loader.ImageSessionContext imageSessionContext,
java.awt.geom.AffineTransform linkTransform)
Constructs a new bridge context.
|
PDFFlowExtTextPainter(FontInfo fontInfo)
Main constructor
|
PDFFlowTextPainter(FontInfo fontInfo)
Main constructor
|
PDFGraphics2D(boolean textAsShapes,
FontInfo fi,
PDFDocument doc,
PDFResourceContext page,
java.lang.String pref,
java.lang.String font,
float size)
Create a new PDFGraphics2D with the given pdf document info.
|
PDFSVGFlowRootElementBridge(FontInfo fontInfo)
Main Constructor.
|
PDFTextElementBridge(FontInfo fi)
Constructs a new bridge for the <text> element.
|
PDFTextPainter(FontInfo fi)
Create a new PDF text painter with the given font information.
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.