Examples of FoForeignXml


Examples of org.axsl.fo.FoForeignXml

        // Adjust the bpd of the parent line-area.
        newFoArea.ancestorArea().setMinimumProgressionDimension(
                newFoArea.viewportBPD());

        // Create the reference area for the content.
        final FoForeignXml foreign = generatedBy.getForeignXml();
        if (foreign instanceof SvgElement) {
            final SvgElement svgElement = (SvgElement) foreign;
            final SVGArea svgArea = SVGArea.makeSvgArea(svgElement, newFoArea,
                    graftingPoint);
            newFoArea.foreignContent = svgArea;
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.