fop 1.0

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.


Nested Class Summary
static class PCLEventProducer.Provider
          Provider class for the event producer.
 
Method Summary
 void paperTypeUnavailable(java.lang.Object source, long pageWidth, long pageHeight, java.lang.String fallbackPaper)
          Paper type could not be determined.
 

Method Detail

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 source
pageWidth - the page width (in millipoints)
pageHeight - the page height (in millipoints)
fallbackPaper - the paper type that will be used instead
Event severity level:
WARN

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.