Uses of Interface
org.docx4j.org.apache.fop.events.EventProducer
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.org.apache.fop.events |
-
Uses of EventProducer in org.docx4j.fonts.fop.fonts
Subinterfaces of EventProducer in org.docx4j.fonts.fop.fonts Modifier and Type Interface Description interfaceFontEventProducerEvent producer for fonts-related events.Methods in org.docx4j.fonts.fop.fonts with parameters of type EventProducer Modifier and Type Method Description FontConfigDefaultFontConfig.DefaultFontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data.FontConfigFontConfig.FontConfigParser. parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer)Parse the font configuration and return an object containing all the necessary data. -
Uses of EventProducer in org.docx4j.org.apache.fop.events
Methods in org.docx4j.org.apache.fop.events with type parameters of type EventProducer Modifier and Type Method Description <T extends EventProducer>
TEventBroadcaster. getEventProducerFor(java.lang.Class<T> clazz)Returns an event producer instance for the given interface class.Methods in org.docx4j.org.apache.fop.events that return EventProducer Modifier and Type Method Description protected EventProducerDefaultEventBroadcaster. createProxyFor(java.lang.Class clazz)Creates a dynamic proxy for the given EventProducer interface that will handle the conversion of the method call into the broadcasting of an event instance.EventProducerDefaultEventBroadcaster. getEventProducerFor(java.lang.Class clazz)Returns an event producer instance for the given interface class.