Uses of Class
main.ImageParameters

Packages that use ImageParameters
main   
main.planetSh   
 

Uses of ImageParameters in main
 

Fields in main declared as ImageParameters
protected  ImageParameters GenerateMap.imageParameters
          The ImageParameters specifying image information.
private  ImageParameters SophiaVisualizer.imageParameters
           
 

Methods in main with parameters of type ImageParameters
 void GenerateMap.createMap(NodeEdgeMap map, DrawingParameters nodeParameters, DrawingParameters edgeParameters, ImageParameters imageParameters, java.lang.String description)
          Calls the abstract methods drawNode and drawEdge to generate a map according to their specifications.
protected  boolean GenerateMap.positionInRange(Position position, ImageParameters imageParameters)
          Returns true if the position specified is within the range specified in the ImageParameters.
protected  double GenerateMap.transformLatitude(double latitude, ImageParameters imageParameters)
          Returns the vertical pixel-coordinate of the latitude on the map by a transformation determined by values set in image parameters.
protected  double GenerateMap.transformLongitude(double longitude, ImageParameters imageParameters)
          Returns the horizontal pixel-coordinate of the longitude on the map by a transformation determined by values set in image parameters.
 

Uses of ImageParameters in main.planetSh
 

Fields in main.planetSh declared as ImageParameters
private  ImageParameters PlanetshVisualizer.imageParameters