org.apache.fop.render.pcl
Interface PCLEventProducer
- All Superinterfaces:
- EventProducer
public interface PCLEventProducer
- extends EventProducer
Event producer interface for events generated by the PCL renderer.
Method Summary |
void |
paperTypeUnavailable(java.lang.Object source,
long pageWidth,
long pageHeight,
java.lang.String fallbackPaper)
Paper type could not be determined. |
paperTypeUnavailable
void paperTypeUnavailable(java.lang.Object source,
long pageWidth,
long pageHeight,
java.lang.String fallbackPaper)
- Paper type could not be determined. Falling back to another.
- Parameters:
source
- the event sourcepageWidth
- the page width (in millipoints)pageHeight
- the page height (in millipoints)fallbackPaper
- the paper type that will be used instead- Event severity level:
- WARN
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.