Package net.sourceforge.fo3d.afp

Examples of net.sourceforge.fo3d.afp.FO3DAFPRenderer


    /**
     * Renders an image for the AFP renderer.
     */
    protected void renderAFPImage(String uri, RendererContext context) {
        uri = URISpecification.getURL(uri);
        FO3DAFPRenderer renderer = (FO3DAFPRenderer) context.getRenderer();
        renderer.drawFO3DImage(uri, getPosition(context));
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.fo3d.afp.FO3DAFPRenderer

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.