Package org.apache.fop.pdf

Examples of org.apache.fop.pdf.PDF3DReference


            PDF3DStream stream, Element root) {
        // 3D Stream and annotation are linked directly or over a 3D reference
        String refGroupName = DOMUtil.getAttribute(root, "refgroup").trim();
        if (refGroupName.length() > 0) {
            // attach 3D stream over a 3DReference to the annotation
            PDF3DReference ref;

            // Map key contains reference group name and stream filename
            String refKey = refGroupName + ";"
                    + DOMUtil.getAttribute(root, "src", true);
View Full Code Here

TOP

Related Classes of org.apache.fop.pdf.PDF3DReference

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.