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. |