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