org.apache.fop.render.awt.viewer
Interface Renderable
- All Known Implementing Classes:
- AreaTreeInputHandler, IFInputHandler, ImageInputHandler, InputHandler
public interface Renderable
The interface is used by the AWT preview dialog to reload a document.
Method Summary |
void |
renderTo(FOUserAgent userAgent,
java.lang.String outputFormat)
Renders the pre-setup document. |
renderTo
void renderTo(FOUserAgent userAgent,
java.lang.String outputFormat)
throws FOPException
- Renders the pre-setup document.
- Parameters:
userAgent
- the user agentoutputFormat
- the output format to generate (MIME type, see MimeConstants)
- Throws:
FOPException
- if the FO processing fails
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.