Uses of Interface
org.apache.fop.configuration.Configurable
-
Packages that use Configurable Package Description org.apache.fop.activity org.apache.fop.render.ps PostScript Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of Configurable in org.apache.fop.activity
Methods in org.apache.fop.activity with parameters of type Configurable Modifier and Type Method Description static void
ContainerUtil. configure(Configurable configurable, Configuration configuration)
-
Uses of Configurable in org.apache.fop.render.ps
Classes in org.apache.fop.render.ps that implement Configurable Modifier and Type Class Description class
AbstractPSTranscoder
This class enables to transcode an input to a PostScript document.class
EPSTranscoder
This class enables to transcode an input to a EPS document.class
PSTranscoder
This class enables to transcode an input to a PostScript document. -
Uses of Configurable in org.apache.fop.svg
Classes in org.apache.fop.svg that implement Configurable Modifier and Type Class Description class
AbstractFOPTranscoder
This is the common base class of all of FOP's transcoders.class
PDFTranscoder
This class enables to transcode an input to a PDF document.
-