Package net.sourceforge.fo3d.pcl

Examples of net.sourceforge.fo3d.pcl.FO3DPCLRenderer


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

TOP

Related Classes of net.sourceforge.fo3d.pcl.FO3DPCLRenderer

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.