fop 2.2

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.
 

Method Detail

renderTo

void renderTo(FOUserAgent userAgent,
              java.lang.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

fop 2.2

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