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. |
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
Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.