Package org.axsl.fo.foreign

Examples of org.axsl.fo.foreign.SvgElement


                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;
        } else if (foreign instanceof MathElement) {
            final MathElement mathElement = (MathElement) foreign;
View Full Code Here

TOP

Related Classes of org.axsl.fo.foreign.SvgElement

Copyright © 2018 www.massapicom. 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.