Package org.apache.fop.afp.goca

Examples of org.apache.fop.afp.goca.GraphicsAreaBegin


    /**
     * Begins a graphics area (start of fill)
     */
    public void beginArea() {
        addObject(new GraphicsAreaBegin());
    }
View Full Code Here


    /**
     * Begins a graphics area (start of fill)
     */
    public void beginArea() {
        addObject(new GraphicsAreaBegin());
    }
View Full Code Here

TOP

Related Classes of org.apache.fop.afp.goca.GraphicsAreaBegin

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.