org.apache.fop.render.awt.viewer

Interface Renderable

Known Implementing Classes:
AreaTreeInputHandler, InputHandler

public interface Renderable

The interface is used by the AWT preview dialog to reload a document.

Method Summary

void
renderTo(FOUserAgent userAgent, String outputFormat)
Renders the pre-setup document.

Method Details

renderTo

public void renderTo(FOUserAgent userAgent,
                     String outputFormat)
            throws FOPException
Renders the pre-setup document.
Parameters:
userAgent - the user agent
outputFormat - the output format to generate (MIME type, see MimeConstants)
Throws:
FOPException - if the FO processing fails

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.