Package | Description |
---|---|
org.apache.fop.render.intermediate | |
org.apache.fop.render.svg |
SVG (Structured Vector Graphics) Renderer
|
org.apache.fop.tools.fontlist |
Modifier and Type | Field and Description |
---|---|
protected GenerationHelperContentHandler |
AbstractXMLWritingIFDocumentHandler.handler
Main SAX ContentHandler to receive the generated SAX events.
|
Modifier and Type | Field and Description |
---|---|
protected GenerationHelperContentHandler |
SVGPainter.handler
The SAX content handler that receives the generated XML events.
|
Constructor and Description |
---|
SVGPainter(AbstractSVGDocumentHandler parent,
GenerationHelperContentHandler contentHandler)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
FontListSerializer.generateSAX(java.util.SortedMap fontFamilies,
GenerationHelperContentHandler handler)
Generates SAX events from the font damily map.
|
void |
FontListSerializer.generateSAX(java.util.SortedMap fontFamilies,
java.lang.String singleFamily,
GenerationHelperContentHandler handler)
Generates SAX events from the font damily map.
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.