public interface PCLEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
PCLEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
paperTypeUnavailable(java.lang.Object source,
long pageWidth,
long pageHeight,
java.lang.String fallbackPaper)
Paper type could not be determined.
|
void paperTypeUnavailable(java.lang.Object source, long pageWidth, long pageHeight, java.lang.String fallbackPaper)
source
- the event sourcepageWidth
- the page width (in millipoints)pageHeight
- the page height (in millipoints)fallbackPaper
- the paper type that will be used insteadCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.