Package org.axsl.fo

Examples of org.axsl.fo.FoTree


     * @param root The FO Root object that generates this area tree.
     * @param logger The logger.
     * @return The new instance.
     */
    static AreaTree makeAreaTree(final Root root, final Log logger) {
        final FoTree foTree = root.getFoTree();
        final AreaTree newAreaTree = new AreaTree(foTree.getFontConsumer(),
                foTree.getTextServer(), logger);
        /*
         * These registration steps must take place after the AreaTreeControl
         * has been stored.
         */
        newAreaTree.generatedBy = newAreaTree.linkage(root, null);
View Full Code Here

TOP

Related Classes of org.axsl.fo.FoTree

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.