Changes

205 bytes added ,  16:14, 30 September 2013
Line 1: Line 1: −
Saves the current map to a file. The image file should be saved with the correct name. It should match our image file: same dimensions, same cities, same colors, same partitions, etc. How to keep track of your graphic map is discussed in the previous section. Printing it out is discussed there too.
+
Saves the current map to a file. The image file should be saved with the correct name. It should match our image file: same dimensions, same cities, same colors, same partitions, etc. Roads should be drawn as black (java.awt.Color.BLACK) line segments. Everything else from Part 1 will be the same (e.g. Cities should be drawn as black (java.awt.Color.BLACK) named points) with one exception: '''To differentiate from Roads, quadtree partitions should now be gray (java.awt.Color.GRAY) crosses.'''
    
== Parameters ==
 
== Parameters ==
Line 13: Line 13:  
<code>
 
<code>
 
     <success>
 
     <success>
         <command name="saveMap"/>
+
         <command name="saveMap" id="6"/>
 
         <parameters>
 
         <parameters>
 
             <name value="map_1"/>
 
             <name value="map_1"/>
editor
68

edits