Uses of Interface
uchicago.src.sim.gui.MediaProducer

Packages that use MediaProducer
anl.repast.gis.display   
uchicago.src.sim.analysis   
uchicago.src.sim.analysis.plot   
uchicago.src.sim.engine   
uchicago.src.sim.gui   
 

Uses of MediaProducer in anl.repast.gis.display
 

Classes in anl.repast.gis.display that implement MediaProducer
 class OpenMapDisplay
           
 

Uses of MediaProducer in uchicago.src.sim.analysis
 

Classes in uchicago.src.sim.analysis that implement MediaProducer
 class Histogram
          A histogram plot allowing the user to histogram data from a list of objects.
 class NetSequenceGraph
          A graph that captures a series of points (sequences) specialized for network statistics.
 class OpenHistogram
          A dynamic bar chart.
 class OpenSequenceGraph
          A graph that displays a connected series of points (a sequence).
 class Plot
          A generic point plotting class.
 

Uses of MediaProducer in uchicago.src.sim.analysis.plot
 

Classes in uchicago.src.sim.analysis.plot that implement MediaProducer
 class OpenGraph
          The base class for the Ptolemy based open source charting components: OpenSequenceGraph and OpenHistogram.
 

Uses of MediaProducer in uchicago.src.sim.engine
 

Methods in uchicago.src.sim.engine with parameters of type MediaProducer
 void SimModelImpl.registerMediaProducer(java.lang.String name, MediaProducer media)
          Registers a MediaProducer with this model and associates it with the specified name.
 void SnapshotScheduler.setProducer(MediaProducer producer)
           
 void MediaScheduler.setProducer(MediaProducer producer)
           
 

Constructors in uchicago.src.sim.engine with parameters of type MediaProducer
MovieScheduler(java.lang.String fileName, MediaProducer producer)
           
SnapshotScheduler(java.lang.String fileName, MediaProducer producer, java.lang.String name)
           
 

Uses of MediaProducer in uchicago.src.sim.gui
 

Classes in uchicago.src.sim.gui that implement MediaProducer
 class DisplaySurface
          Handles the drawing of Displayables and the probing of probeables.
 

Methods in uchicago.src.sim.gui that return MediaProducer
 MediaProducer ProducerNamePair.getProducer()
           
 

Constructors in uchicago.src.sim.gui with parameters of type MediaProducer
ProducerNamePair(java.lang.String name, MediaProducer producer)