Package net.sourceforge.fo3d.ps

Examples of net.sourceforge.fo3d.ps.FO3DPSRenderer


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

TOP

Related Classes of net.sourceforge.fo3d.ps.FO3DPSRenderer

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.