Uses of Class
main.GenerateMap

Packages that use GenerateMap
main   
main.planetSh   
views The package views contains many windows needed for the GUI. 
 

Uses of GenerateMap in main
 

Subclasses of GenerateMap in main
 class GenerateDescription
          The GenerateDescription class provides methods for generating a description of a map, so that the description could be read and transformed into a visual map easily.
 class GenerateImage
          The GenerateImage class provides methods for creating a JPEG image of the map.
 class GeneratePHP
          The GeneratePHP class provides methods for creating a PHP script that will generate and display the map.
 

Fields in main declared as GenerateMap
private  GenerateMap SophiaVisualizer.generateMap
           
private  GenerateMap Visualizer.generateMap
           
 

Methods in main that return GenerateMap
 GenerateMap SophiaVisualizer.getGenerateMap()
           
 GenerateMap Visualizer.getGenerateMap()
           
 

Constructors in main with parameters of type GenerateMap
SophiaVisualizer(java.lang.String inputFileName, GenerateMap generateMap)
          Initializes the Visualizer, which reads the input file and uses the specified map generator to generate a map.
 

Uses of GenerateMap in main.planetSh
 

Fields in main.planetSh declared as GenerateMap
private  GenerateMap PlanetshVisualizer.generateMap
           
 

Methods in main.planetSh that return GenerateMap
 GenerateMap PlanetshVisualizer.getGenerateMap()
           
 

Constructors in main.planetSh with parameters of type GenerateMap
PlanetshVisualizer(java.lang.String inputFileName, GenerateMap generateMap, PlanetLabMgr planetLabApi, ScenarioConfig config)
          Initializes the PlanetshVisualizer, which manages the specified map generator to generate a map.
 

Uses of GenerateMap in views
 

Fields in views declared as GenerateMap
private  GenerateMap ImagePanel.generateMap
           
private  GenerateMap ImageViewer.generateMap
           
 

Methods in views with parameters of type GenerateMap
 void ImageViewer.setImage(GenerateMap generateMap)
          Sets the image to display.
 

Constructors in views with parameters of type GenerateMap
ImagePanel(IImagePanelWorker worker, MapImage mapImage, GenerateMap generateMap, java.awt.Dimension imageOffset, java.awt.Dimension optimalImageSize)
          construct the ImagePanel