Package org.apache.fop.pdf

Examples of org.apache.fop.pdf.PDF3DAnnotation


        // Add resources to 3D stream (if present in DOM)
        handleResources(root, stream);

        // Make 3D Annotation and handle attributes from FO3D DOM object
        PDF3DAnnotation annot = pdfi.factory.make3DAnnotation(pdfi.aRect);
        handleAnnotationAttribs(root, annot);

        // Establish the connection between 3D annotation and 3D stream.
        // Maybe a 3D reference dictionary is used if the attribute "refname"
        // is set and equal in more than one 3D annotation. (3D models "src"
View Full Code Here

TOP

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

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.