Deprecated API

Deprecated Classes
com.nwoods.jgo.JGoGridView
          Grids and snap-to-grid behavior have been moved into the JGoView class. 
 

Deprecated Fields
com.nwoods.jgo.JGoStroke.ChangedArrowAngle
          functionality changed; use ChangedArrowWidth instead 
com.nwoods.jgo.JGoObject.ChangedGrabChildSelection
            
 

Deprecated Methods
com.nwoods.jgo.JGoStroke.getArrowAngle()
          use getArrowWidth instead 
com.nwoods.jgo.JGoObject.isSuspendChildUpdates()
          no longer needed 
com.nwoods.jgo.JGoView.keyMultipleSelect(int)
          -- replaced by keyExtendSelection and keyToggleSelection 
com.nwoods.jgo.JGoStroke.setArrowAngle(double)
          use setArrowWidth instead 
com.nwoods.jgo.JGoObject.setBoundingRectForce(int, int, int, int)
          don't use this--just call setBoundingRect 
com.nwoods.jgo.JGoObject.setBoundingRectForce(Rectangle)
          don't use this--just call setBoundingRect 
com.nwoods.jgo.JGoObject.setSuspendChildUpdates(boolean)
          no longer needed