|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.stylebook.AbstractComponent
org.apache.stylebook.printers.ImagePrinter
public class ImagePrinter
The ImagePrinter Printer writes images.
Field Summary |
---|
Fields inherited from class org.apache.stylebook.AbstractComponent |
---|
engine, params |
Constructor Summary | |
---|---|
ImagePrinter()
|
Method Summary | |
---|---|
void |
print(org.w3c.dom.Document doc,
CreationContext ctx,
java.io.OutputStream out)
Print a DOM Document. |
Methods inherited from class org.apache.stylebook.AbstractComponent |
---|
debug, init, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.stylebook.Component |
---|
init |
Constructor Detail |
---|
public ImagePrinter()
Method Detail |
---|
public void print(org.w3c.dom.Document doc, CreationContext ctx, java.io.OutputStream out) throws CreationException, java.io.IOException
print
in interface Printer
doc
- The Document to print.out
- The OutputStream used for printing.env
- The Environment of this printing request.
java.io.IOException
- If an I/O error occourred accessing resources.
CreationException
- If the Document cannot be printed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |