EventProducer
public interface BitmapRendererEventProducer extends EventProducer
Modifier and Type | Interface | Description |
---|---|---|
static class |
BitmapRendererEventProducer.Provider |
Provider class for the event producer.
|
Modifier and Type | Method | Description |
---|---|---|
void |
noImageWriterFound(java.lang.Object source,
java.lang.String mime) |
No ImageWriter found.
|
void |
stoppingAfterFirstPageNoFilename(java.lang.Object source) |
No filename information available.
|
void |
stoppingAfterFirstPageNoMultiWriter(java.lang.Object source) |
Image writer does not support multiple images.
|
void stoppingAfterFirstPageNoFilename(java.lang.Object source)
source
- the event sourcevoid stoppingAfterFirstPageNoMultiWriter(java.lang.Object source)
source
- the event sourcevoid noImageWriterFound(java.lang.Object source, java.lang.String mime) throws java.io.IOException
source
- the event sourcemime
- the target MIME typejava.io.IOException
- the I/O error provoked by the method callCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.