Class Updater
java.lang.Object
repast.simphony.visualization.gis.Updater
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidagentAdded(Object agent) Deprecated.Called when an agent has been added and the display needs to be updated.voidagentMoved(Object obj) Deprecated.voidagentRemoved(Object agent) Deprecated.Called when an agent has been removed and the display needs to be updated.voidrender(org.geotools.map.MapContent mapContext) Deprecated.voidupdate()Deprecated.
-
Constructor Details
-
Method Details
-
render
public void render(org.geotools.map.MapContent mapContext) Deprecated. -
agentMoved
Deprecated. -
update
public void update()Deprecated. -
agentAdded
Deprecated.Called when an agent has been added and the display needs to be updated.- Parameters:
agent- the added agent
-
agentRemoved
Deprecated.Called when an agent has been removed and the display needs to be updated.- Parameters:
agent- the removed agent
-