Deprecated API


Contents
Deprecated Methods
sim.display.GUIState.isInspectorVolatile()
            
sim.display.GUIState.scheduleAtExtreme(Steppable, boolean)
          use scheduleAtStart and scheduleAtEnd instead 
sim.util.MutableInt2D.setLocation(Int2D)
          use setTo 
sim.util.MutableInt3D.setLocation(Int3D)
          use setTo 
sim.util.MutableInt2D.setLocation(int, int)
          use setTo 
sim.util.MutableInt3D.setLocation(int, int, int)
          use setTo 
sim.util.MutableInt2D.setLocation(MutableInt2D)
          use setTo 
sim.util.MutableInt3D.setLocation(MutableInt3D)
          use setTo 
sim.util.MutableInt2D.setLocation(Point)
          use setTo