Package | Description |
---|---|
nl.siegmann.epublib.epub |
Modifier and Type | Class and Description |
---|---|
class |
BookProcessorPipeline
A book processor that combines several other bookprocessors
Fixes coverpage/coverimage.
|
Modifier and Type | Field and Description |
---|---|
static BookProcessor |
BookProcessor.IDENTITY_BOOKPROCESSOR
A BookProcessor that returns the input book unchanged.
|
Modifier and Type | Method and Description |
---|---|
BookProcessor |
EpubWriter.getBookProcessor() |
Modifier and Type | Method and Description |
---|---|
List<BookProcessor> |
BookProcessorPipeline.getBookProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
BookProcessorPipeline.addBookProcessor(BookProcessor bookProcessor) |
void |
EpubWriter.setBookProcessor(BookProcessor bookProcessor) |
Modifier and Type | Method and Description |
---|---|
void |
BookProcessorPipeline.addBookProcessors(Collection<BookProcessor> bookProcessors) |
void |
BookProcessorPipeline.setBookProcessingPipeline(List<BookProcessor> bookProcessingPipeline) |
Constructor and Description |
---|
EpubWriter(BookProcessor bookProcessor) |
Constructor and Description |
---|
BookProcessorPipeline(List<BookProcessor> bookProcessingPipeline) |
Copyright © 2009–2017. All rights reserved.