|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BitmapRendererEventProducer
Event producer interface for events generated by the bitmap renderers.
Nested Class Summary | |
---|---|
static class |
BitmapRendererEventProducer.Provider
Provider class for the event producer. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 type
java.io.IOException
- the I/O error provoked by the method call
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |