Uses of Interface
org.docx4j.org.apache.fop.events.EventProducer
Packages that use EventProducer
Package
Description
Classes for font handling.
-
Uses of EventProducer in org.docx4j.fonts.fop.fonts
Subinterfaces of EventProducer in org.docx4j.fonts.fop.fontsModifier and TypeInterfaceDescriptioninterfaceEvent producer for fonts-related events.Methods in org.docx4j.fonts.fop.fonts with parameters of type EventProducerModifier and TypeMethodDescriptionDefaultFontConfig.DefaultFontConfigParser.parse(Configuration cfg, FontManager fontManager, boolean strict, EventProducer eventProducer) Parse the font configuration and return an object containing all the necessary data.FontConfig.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 EventProducerModifier and TypeMethodDescription<T extends EventProducer>
TEventBroadcaster.getEventProducerFor(Class<T> clazz) Returns an event producer instance for the given interface class.Methods in org.docx4j.org.apache.fop.events that return EventProducerModifier and TypeMethodDescriptionprotected EventProducerDefaultEventBroadcaster.createProxyFor(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.DefaultEventBroadcaster.getEventProducerFor(Class clazz) Returns an event producer instance for the given interface class.