Interface PCLEventProducer
- All Superinterfaces:
EventProducer
Event producer interface for events generated by the PCL renderer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classProvider class for the event producer. -
Method Summary
Modifier and TypeMethodDescriptionvoidfontTypeNotSupported(Object source, String fontName, String supportedTypes) The font type is not supported for PCL output.voidpaperTypeUnavailable(Object source, long pageWidth, long pageHeight, String fallbackPaper) Paper type could not be determined.
-
Method Details
-
fontTypeNotSupported