|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.backend.pageFilter.PageReverser
This page filter reverses the order of the pages shipped out.
Constructor Summary | |
PageReverser()
Creates a new object. |
Method Summary | |
void |
close()
This method is invoked upon the end of the processing. |
void |
setOutput(PagePipe pipe)
Setter for the output node pipe. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Setter for a named parameter. |
void |
shipout(Page page)
This is the entry point for the document writer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageReverser()
Method Detail |
public void close() throws BackendException
PagePipe
close
in interface PagePipe
BackendException
- in case of a back-end errorPagePipe.close()
public void setOutput(PagePipe pipe)
PagePipe
setOutput
in interface PagePipe
pipe
- the output node pipePagePipe.setOutput(
de.dante.extex.backend.pageFilter.PagePipe)
public void setParameter(java.lang.String name, java.lang.String value)
PagePipe
setParameter
in interface PagePipe
name
- the name of the parametervalue
- the value of the parameterPagePipe.setParameter(
java.lang.String, java.lang.String)
public void shipout(Page page) throws DocumentWriterException
PagePipe
shipout
in interface PagePipe
page
- the nodes to send
DocumentWriterException
PagePipe.shipout(
de.dante.extex.typesetter.type.page.Page)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |