org.apache.stylebook
Interface Printer

All Superinterfaces:
Component
All Known Implementing Classes:
HTMLPrinter, HTMLSerializer, ImagePrinter, XMLPrinter

public interface Printer
extends Component

Version:
CVS $Revision: 313195 $ $Date: 1999-11-15 22:08:18 +0000 (Mon, 15 Nov 1999) $
Author:
Pierpaolo Fumagalli, Copyright 1999 © The Apache Software Foundation. All rights reserved.

Method Summary
 void print(Document doc, CreationContext c, OutputStream out)
           
 
Methods inherited from interface org.apache.stylebook.Component
init
 

Method Detail

print

void print(Document doc,
           CreationContext c,
           OutputStream out)
           throws CreationException,
                  IOException
Throws:
CreationException
IOException