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 voidContainerUtil. 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 classAbstractPSTranscoderThis class enables to transcode an input to a PostScript document.classEPSTranscoderThis class enables to transcode an input to a EPS document.classPSTranscoderThis 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 classAbstractFOPTranscoderThis is the common base class of all of FOP's transcoders.classPDFTranscoderThis class enables to transcode an input to a PDF document.
-