Uses of Class
org.apache.fop.events.model.EventModel
-
Packages that use EventModel Package Description org.apache.fop.events Subsystem for reporting events inside FOP to client applications.org.apache.fop.events.model Model classes for the event subsystem.org.apache.fop.tools Various tools for FOP. -
-
Uses of EventModel in org.apache.fop.events
Fields in org.apache.fop.events with type parameters of type EventModel Modifier and Type Field Description private static java.util.List<EventModel>
DefaultEventBroadcaster. eventModels
Methods in org.apache.fop.events that return EventModel Modifier and Type Method Description private static EventModel
DefaultEventBroadcaster. loadModel(java.lang.Class resourceBaseClass)
Loads an event model and returns its instance.Methods in org.apache.fop.events with parameters of type EventModel Modifier and Type Method Description static void
DefaultEventBroadcaster. addEventModel(EventModel eventModel)
Adds a newEventModel
to the list of registered event models. -
Uses of EventModel in org.apache.fop.events.model
Fields in org.apache.fop.events.model declared as EventModel Modifier and Type Field Description private EventModel
EventModelParser.Handler. model
Methods in org.apache.fop.events.model that return EventModel Modifier and Type Method Description static EventModel
EventModelParser. parse(javax.xml.transform.Source src)
Parses an event model file into an EventModel instance.Methods in org.apache.fop.events.model with parameters of type EventModel Modifier and Type Method Description static org.xml.sax.ContentHandler
EventModelParser. getContentHandler(EventModel model)
Creates a new ContentHandler instance that you can send the event model XML to.Constructors in org.apache.fop.events.model with parameters of type EventModel Constructor Description Handler(EventModel model)
-
Uses of EventModel in org.apache.fop.tools
Fields in org.apache.fop.tools with type parameters of type EventModel Modifier and Type Field Description private java.util.List<EventModel>
EventProducerCollector. models
Methods in org.apache.fop.tools that return types with arguments of type EventModel Modifier and Type Method Description java.util.List<EventModel>
EventProducerCollector. getModels()
Returns the event model that has been accumulated.Methods in org.apache.fop.tools with parameters of type EventModel Modifier and Type Method Description private java.io.File
EventProducerCollectorTask. getParentDir(EventModel model)
-