fop 0.90alpha1

org.apache.fop.render.awt.viewer
Interface Renderable

All Known Implementing Classes:
InputHandler

public interface Renderable

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


Method Summary
 void render(Fop fop)
          Renders the pre-setup document.
 

Method Detail

render

public void render(Fop fop)
            throws FOPException
Renders the pre-setup document.
Parameters:
fop - the Fop instance to do the FO processing with
Throws:
FOPException - if the FO processing fails

fop 0.90alpha1

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