| 
   Graph Classes 
 VERSION HISTORY 
 VERSION 0.6 (NOV 2016) Description: Changes
  were made to the drawing package. 
  Changes were all made in NOOPDrawGraph.java. ·        
  Evan Duhamel implemented the drawGraphCircular
  function which provides a new approach for drawing graphs.   ·        
  The bugs that caused instability for drawGraphGridCenter
  and drawGraphGridOffset were also fixed. Known bugs: ·        
  None Files: ·        
  Not available (Email only) 
 VERSION 0.5 (NOV 2016) Description: Known bugs: ·        
  The functions drawGraphGridCenter & drawGraphGridOffset both caused errors with graphs that
  had more than 8 vertices.  This occurred
  because not all vertices were being associated with coordinates and at the
  time of drawing, one would get a null pointer exception. (Fixed for next
  version.) Files: Not available (Email only) 
  |