Uses of Interface
nl.siegmann.epublib.epub.BookProcessor

Packages that use BookProcessor
nl.siegmann.epublib.epub   
 

Uses of BookProcessor in nl.siegmann.epublib.epub
 

Classes in nl.siegmann.epublib.epub that implement BookProcessor
 class BookProcessorPipeline
          A book processor that combines several other bookprocessors Fixes coverpage/coverimage.
 

Fields in nl.siegmann.epublib.epub declared as BookProcessor
static BookProcessor BookProcessor.IDENTITY_BOOKPROCESSOR
          A BookProcessor that returns the input book unchanged.
 

Methods in nl.siegmann.epublib.epub that return types with arguments of type BookProcessor
 List<BookProcessor> BookProcessorPipeline.getBookProcessors()
           
 

Methods in nl.siegmann.epublib.epub with parameters of type BookProcessor
 void BookProcessorPipeline.addBookProcessor(BookProcessor bookProcessor)
           
 

Method parameters in nl.siegmann.epublib.epub with type arguments of type BookProcessor
 void BookProcessorPipeline.setBookProcessingPipeline(List<BookProcessor> bookProcessingPipeline)
           
 

Constructors in nl.siegmann.epublib.epub with parameters of type BookProcessor
EpubWriter(BookProcessor bookProcessor)
           
 

Constructor parameters in nl.siegmann.epublib.epub with type arguments of type BookProcessor
BookProcessorPipeline(List<BookProcessor> bookProcessingPipeline)
           
 



Copyright © 2009-2011. All Rights Reserved.