|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PCLEventProducer
Event producer interface for events generated by the PCL renderer.
Nested Class Summary | |
---|---|
static class |
PCLEventProducer.Provider
Provider class for the event producer. |
Method Summary | |
---|---|
void |
fontTypeNotSupported(java.lang.Object source,
java.lang.String fontName,
java.lang.String supportedTypes)
The font type is not supported for PCL output. |
void |
paperTypeUnavailable(java.lang.Object source,
long pageWidth,
long pageHeight,
java.lang.String fallbackPaper)
Paper type could not be determined. |
Method Detail |
---|
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 insteadvoid fontTypeNotSupported(java.lang.Object source, java.lang.String fontName, java.lang.String supportedTypes)
source
- The event sourcefontName
- The name of the font not supportedsupportedTypes
- The types of fonts currently supported
|
fop 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |