Class Updater

java.lang.Object
repast.simphony.visualization.gis.Updater

public class Updater extends Object
Deprecated.
2D piccolo based code is being removed
Handles the updating of a DisplayGIS w/r to agent adding, moving and removal.
Author:
Nick Collier, Eric Tatara
  • Constructor Details

  • Method Details

    • render

      public void render(org.geotools.map.MapContent mapContext)
      Deprecated.
    • agentMoved

      public void agentMoved(Object obj)
      Deprecated.
    • update

      public void update()
      Deprecated.
    • agentAdded

      public void agentAdded(Object agent)
      Deprecated.
      Called when an agent has been added and the display needs to be updated.
      Parameters:
      agent - the added agent
    • agentRemoved

      public void agentRemoved(Object agent)
      Deprecated.
      Called when an agent has been removed and the display needs to be updated.
      Parameters:
      agent - the removed agent