Uses of Interface
repast.simphony.space.projection.ProjectionListener

Packages that use ProjectionListener
repast.simphony.context.space.graph   
repast.simphony.relogo   
repast.simphony.space.graph   
repast.simphony.space.projection   
repast.simphony.visualization   
repast.simphony.visualization.cgd   
repast.simphony.visualization.editor   
repast.simphony.visualization.editor.gis   
repast.simphony.visualization.editor.space   
repast.simphony.visualization.gis   
repast.simphony.visualization.gis3D   
repast.simphony.visualization.gisnew   
repast.simphony.visualization.network   
repast.simphony.visualization.visualization2D   
repast.simphony.visualization.visualization3D   
repast.simphony.visualizationOGL2D   
 

Uses of ProjectionListener in repast.simphony.context.space.graph
 

Methods in repast.simphony.context.space.graph that return types with arguments of type ProjectionListener
 Collection<ProjectionListener> ContextJungNetwork.getProjectionListeners()
           
 

Methods in repast.simphony.context.space.graph with parameters of type ProjectionListener
 void ContextJungNetwork.addProjectionListener(ProjectionListener listener)
           
 boolean ContextJungNetwork.removeProjectionListener(ProjectionListener listener)
           
 

Uses of ProjectionListener in repast.simphony.relogo
 

Subinterfaces of ProjectionListener in repast.simphony.relogo
 interface Observer
          ReLogo Observer interface.
 

Classes in repast.simphony.relogo that implement ProjectionListener
 class AbstractObserver
           
 

Uses of ProjectionListener in repast.simphony.space.graph
 

Classes in repast.simphony.space.graph that implement ProjectionListener
 class ShortestPath<T>
          Calculates the shortest path from a specified node to all other nodes in the net using Dijkstra's algorithm.
 

Uses of ProjectionListener in repast.simphony.space.projection
 

Fields in repast.simphony.space.projection with type parameters of type ProjectionListener
protected  List<ProjectionListener> DefaultProjection.listeners
           
 

Methods in repast.simphony.space.projection that return types with arguments of type ProjectionListener
 Collection<ProjectionListener> Projection.getProjectionListeners()
          Gets all the listeners for this projection.
 Collection<ProjectionListener> DefaultProjection.getProjectionListeners()
          Gets all the listeners for this projection.
 

Methods in repast.simphony.space.projection with parameters of type ProjectionListener
 void Projection.addProjectionListener(ProjectionListener listener)
          Adds listener for this projection.
 void DefaultProjection.addProjectionListener(ProjectionListener listener)
          Adds listener for this projection.
 boolean Projection.removeProjectionListener(ProjectionListener listener)
          Removes a listener from the this projection.
 boolean DefaultProjection.removeProjectionListener(ProjectionListener listener)
          Removes a listener from the this projection.
 

Uses of ProjectionListener in repast.simphony.visualization
 

Classes in repast.simphony.visualization that implement ProjectionListener
 class AbstractDisplay
           
 

Uses of ProjectionListener in repast.simphony.visualization.cgd
 

Classes in repast.simphony.visualization.cgd that implement ProjectionListener
 class CGDLayout<T>
           
 

Uses of ProjectionListener in repast.simphony.visualization.editor
 

Classes in repast.simphony.visualization.editor that implement ProjectionListener
 class DisplayEditor2D
          Deprecated. 2D piccolo based code is being removed
 

Uses of ProjectionListener in repast.simphony.visualization.editor.gis
 

Classes in repast.simphony.visualization.editor.gis that implement ProjectionListener
 class DisplayEditorGIS
          Deprecated. 2D piccolo based code is being removed
 

Uses of ProjectionListener in repast.simphony.visualization.editor.space
 

Classes in repast.simphony.visualization.editor.space that implement ProjectionListener
 class Projected3DGrid<T>
          A grid that reprojects a 3D grid into a 2D grid.
 class Projected3DSpace<T>
          A space that reprojects a 3D continuous space into a 2D grid.
 

Uses of ProjectionListener in repast.simphony.visualization.gis
 

Classes in repast.simphony.visualization.gis that implement ProjectionListener
 class DisplayGIS
          Standard GIS Display
 

Uses of ProjectionListener in repast.simphony.visualization.gis3D
 

Classes in repast.simphony.visualization.gis3D that implement ProjectionListener
 class DisplayGIS3D
           
 

Uses of ProjectionListener in repast.simphony.visualization.gisnew
 

Classes in repast.simphony.visualization.gisnew that implement ProjectionListener
 class NewDisplayGIS
           
 

Uses of ProjectionListener in repast.simphony.visualization.network
 

Classes in repast.simphony.visualization.network that implement ProjectionListener
 class NetworkDisplayLayer2D
           
 class NetworkDisplayLayer3D
           
 class NetworkDisplayLayerGIS
          **** IN PROGRESS NYI **** Display Layer for networks in 2D GIS displays
 class NetworkDisplayLayerGIS3D
           
 

Uses of ProjectionListener in repast.simphony.visualization.visualization2D
 

Classes in repast.simphony.visualization.visualization2D that implement ProjectionListener
 class Display2D
          Deprecated. replaced by ogl 2D
 

Uses of ProjectionListener in repast.simphony.visualization.visualization3D
 

Classes in repast.simphony.visualization.visualization3D that implement ProjectionListener
 class AbstractDisplay3D
          Abstract base class for 3D displays.
 class Display3D
          3D Display class based on J3D.
 

Uses of ProjectionListener in repast.simphony.visualizationOGL2D
 

Classes in repast.simphony.visualizationOGL2D that implement ProjectionListener
 class DisplayOGL2D
          2D display that uses jogl for rendering.
 class NetworkLayerOGL2D