|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.backend.pageFilter.PageReverser
public class 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
close in interface PagePipeBackendException - in case of a back-end errorPagePipe.close()public void setOutput(PagePipe pipe)
setOutput in interface PagePipepipe - the output node pipePagePipe.setOutput(
org.extex.backend.pageFilter.PagePipe)
public void setParameter(java.lang.String name,
java.lang.String value)
setParameter in interface PagePipename - the name of the parametervalue - the value of the parameterPagePipe.setParameter(
java.lang.String, java.lang.String)public void shipout(Page page)
shipout in interface PagePipepage - the page to sendPagePipe.shipout(
org.extex.typesetter.type.page.Page)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||