fop svn-trunk

Uses of Class
org.apache.fop.events.model.EventModel

Packages that use EventModel
org.apache.fop.afp Contains an AFP library. 
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.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
org.apache.fop.render.rtf RTF (Rich Text Format) Output Support 
 

Uses of EventModel in org.apache.fop.afp
 

Methods in org.apache.fop.afp that return EventModel
 EventModel AFPEventProducer.EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 

Uses of EventModel in org.apache.fop.events
 

Methods in org.apache.fop.events that return EventModel
 EventModel FOPEventModelFactory.createEventModel()
          Creates a new EventModel instance.
 

Methods in org.apache.fop.events with parameters of type EventModel
static void DefaultEventBroadcaster.addEventModel(EventModel eventModel)
          Adds a new EventModel to the list of registered event models.
 

Uses of EventModel in org.apache.fop.events.model
 

Methods in org.apache.fop.events.model that return EventModel
 EventModel EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 EventModel AbstractEventModelFactory.loadModel(java.lang.Class resourceBaseClass, java.lang.String resourceName)
          Loads an event model and returns its instance.
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
static org.xml.sax.ContentHandler EventModelParser.getContentHandler(EventModel model)
          Creates a new ContentHandler instance that you can send the event model XML to.
 

Uses of EventModel in org.apache.fop.render.bitmap
 

Methods in org.apache.fop.render.bitmap that return EventModel
 EventModel BitmapRendererEventProducer.EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 

Uses of EventModel in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl that return EventModel
 EventModel PCLEventProducer.EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 

Uses of EventModel in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that return EventModel
 EventModel PDFEventProducer.EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 

Uses of EventModel in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps that return EventModel
 EventModel PSEventProducer.EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 

Uses of EventModel in org.apache.fop.render.rtf
 

Methods in org.apache.fop.render.rtf that return EventModel
 EventModel RTFEventProducer.EventModelFactory.createEventModel()
          Creates a new EventModel instance.
 


fop svn-trunk

Copyright 1999-2009 The Apache Software Foundation. All Rights Reserved.