Uses of Interface
org.extex.backend.pageFilter.PagePipe

Packages that use PagePipe
org.extex.backend This package contains the backends of ExTeX
org.extex.backend.pageFilter This package contains the page filters of ExTeX
org.extex.backend.pageFilter.selector This package contains the page selector and supporting classes. 
 

Uses of PagePipe in org.extex.backend
 

Methods in org.extex.backend with parameters of type PagePipe
 void BackendDriverImpl.add(PagePipe processor)
          Adder for a processor.
 void BackendDriver.add(PagePipe processor)
          Adder for a processor.
 

Uses of PagePipe in org.extex.backend.pageFilter
 

Classes in org.extex.backend.pageFilter that implement PagePipe
 class PageReverser
          This page filter reverses the order of the pages shipped out.
 

Methods in org.extex.backend.pageFilter with parameters of type PagePipe
 void PageReverser.setOutput(PagePipe pipe)
          Setter for the output node pipe.
 void PagePipe.setOutput(PagePipe out)
          Setter for the output node pipe.
 

Uses of PagePipe in org.extex.backend.pageFilter.selector
 

Classes in org.extex.backend.pageFilter.selector that implement PagePipe
 class PageSelector
          This page filter selects some pages to be shipped out.
 

Methods in org.extex.backend.pageFilter.selector with parameters of type PagePipe
 void PageSelector.setOutput(PagePipe pipe)
          Setter for the output node pipe.