Uses of Interface
org.apache.fop.svg.PDFGraphics2D.TransparencyIgnoredEventListener
-
Packages that use PDFGraphics2D.TransparencyIgnoredEventListener Package Description org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg Classes that add SVG support to FOP and SVG->PDF conversion for Batik. -
-
Uses of PDFGraphics2D.TransparencyIgnoredEventListener in org.apache.fop.render.pdf
Classes in org.apache.fop.render.pdf that implement PDFGraphics2D.TransparencyIgnoredEventListener Modifier and Type Class Description private static classPDFImageHandlerSVG.TransparencyIgnoredEventListener -
Uses of PDFGraphics2D.TransparencyIgnoredEventListener in org.apache.fop.svg
Fields in org.apache.fop.svg declared as PDFGraphics2D.TransparencyIgnoredEventListener Modifier and Type Field Description private PDFGraphics2D.TransparencyIgnoredEventListenerPDFGraphics2D. transparencyIgnoredEventListenerConstructors in org.apache.fop.svg with parameters of type PDFGraphics2D.TransparencyIgnoredEventListener Constructor Description PDFGraphics2D(boolean textAsShapes, FontInfo fi, PDFDocument doc, PDFResourceContext page, PDFReference pref, java.lang.String font, float size, PDFGraphics2D.TransparencyIgnoredEventListener listener)Create a new PDFGraphics2D with the given pdf document info.
-