Uses of Class
org.apache.fop.events.model.EventModel
Packages that use EventModel
Package
Description
Subsystem for reporting events inside FOP to client applications.
Model classes for the event subsystem.
Various tools for FOP.
-
Uses of EventModel in org.apache.fop.events
Fields in org.apache.fop.events with type parameters of type EventModelModifier and TypeFieldDescriptionprivate static List
<EventModel> DefaultEventBroadcaster.eventModels
Methods in org.apache.fop.events that return EventModelModifier and TypeMethodDescriptionprivate static EventModel
Loads an event model and returns its instance.Methods in org.apache.fop.events with parameters of type EventModelModifier and TypeMethodDescriptionstatic 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 EventModelMethods in org.apache.fop.events.model that return EventModelModifier and TypeMethodDescriptionstatic EventModel
Parses an event model file into an EventModel instance.Methods in org.apache.fop.events.model with parameters of type EventModelModifier and TypeMethodDescriptionstatic 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 -
Uses of EventModel in org.apache.fop.tools
Fields in org.apache.fop.tools with type parameters of type EventModelMethods in org.apache.fop.tools that return types with arguments of type EventModelModifier and TypeMethodDescriptionEventProducerCollector.getModels()
Returns the event model that has been accumulated.Methods in org.apache.fop.tools with parameters of type EventModelModifier and TypeMethodDescriptionprivate File
EventProducerCollectorTask.getParentDir
(EventModel model)