|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.svg.PDFDocumentGraphics2DConfigurator
public class PDFDocumentGraphics2DConfigurator
Configurator class for PDFDocumentGraphics2D.
| Constructor Summary | |
|---|---|
PDFDocumentGraphics2DConfigurator()
|
|
| Method Summary | |
|---|---|
void |
configure(PDFDocumentGraphics2D graphics,
org.apache.avalon.framework.configuration.Configuration cfg)
Configures a PDFDocumentGraphics2D instance using an Avalon Configuration object. |
static FontInfo |
createFontInfo(org.apache.avalon.framework.configuration.Configuration cfg)
Creates the FontInfo instance for the given configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFDocumentGraphics2DConfigurator()
| Method Detail |
|---|
public void configure(PDFDocumentGraphics2D graphics,
org.apache.avalon.framework.configuration.Configuration cfg)
throws org.apache.avalon.framework.configuration.ConfigurationException
graphics - the PDFDocumentGraphics2D instancecfg - the configuration
org.apache.avalon.framework.configuration.ConfigurationException - if an error occurs while configuring the object
public static FontInfo createFontInfo(org.apache.avalon.framework.configuration.Configuration cfg)
throws FOPException
FontInfo instance for the given configuration.
cfg - the configuration
FOPException - if an error occurs while setting up the fonts
|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||