Package org.apache.fop.svg

Examples of org.apache.fop.svg.PDFDocumentGraphics2DConfigurator.configure()


    private void configure(PDFDocumentGraphics2D g2d, Configuration cfg)
                throws ConfigurationException {

        PDFDocumentGraphics2DConfigurator configurator = new PDFDocumentGraphics2DConfigurator();
        boolean useComplexScriptFeatures = false;
        configurator.configure(g2d, cfg, useComplexScriptFeatures);
    }

    /**
     * Creates a PDF file. The contents are painted using a Graphics2D implementation that
     * generates an PDF file.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.