main
Class GeneratePHP

java.lang.Object
  extended by main.GenerateMap
      extended by main.GeneratePHP
All Implemented Interfaces:
java.util.Comparator<DrawableNode>

public class GeneratePHP
extends GenerateMap

The GeneratePHP class provides methods for creating a PHP script that will generate and display the map.


Field Summary
private  java.lang.String phpString
           
 
Fields inherited from class main.GenerateMap
description, edgeParameters, imageParameters, map, nodeParameters, ORIGINAL_NODE_SIZE_FACTOR, scenarioConfig
 
Constructor Summary
GeneratePHP()
          Constructs a new GenerateDescription.
 
Method Summary
protected  void clearData()
          removes the previously generated data ie all nodes of the mapImage
protected  void drawEdge(DrawableEdge drawableEdge)
          Constructs PHP code to generate the given edge on a map.
protected  void drawLabel(DrawableLabel drawableLabel)
          Constructs PHP code to generate the given label on a map.
protected  void drawNode(DrawableNode drawableNode)
          Constructs PHP code to generate the given node on a map.
 java.lang.Object getMap()
          Finishes creating the PHP script and returns it.
protected  void initialize()
          Initializes the map.
 
Methods inherited from class main.GenerateMap
compare, createMap, drawEdges, drawLables, drawNodes, getAllowedGroups, getDescription, getImageName, getNodeSizeFactor, getScenarioConfig, isDrawEdges, isDrawOnlyScenarioNodes, positionInRange, recreateMap, setAllowedGroups, setDrawEdges, setDrawOnlyScenarioNodes, setNodeSizeFactor, setScenarioConfig, transformLatitude, transformLongitude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

phpString

private java.lang.String phpString
Constructor Detail

GeneratePHP

public GeneratePHP()
Constructs a new GenerateDescription.

Method Detail

initialize

protected void initialize()
                   throws java.io.FileNotFoundException,
                          java.io.IOException,
                          java.text.ParseException
Initializes the map.

Specified by:
initialize in class GenerateMap
Throws:
java.io.FileNotFoundException - if a file is not found
java.io.IOException - if an I/O error occurs
java.text.ParseException - if a parse error occurs

clearData

protected void clearData()
removes the previously generated data ie all nodes of the mapImage

Specified by:
clearData in class GenerateMap

drawNode

protected void drawNode(DrawableNode drawableNode)
Constructs PHP code to generate the given node on a map.

Specified by:
drawNode in class GenerateMap
Parameters:
drawableNode - a DrawableNode

drawLabel

protected void drawLabel(DrawableLabel drawableLabel)
Constructs PHP code to generate the given label on a map.

Specified by:
drawLabel in class GenerateMap
Parameters:
drawableLabel - a DrawableLabel

drawEdge

protected void drawEdge(DrawableEdge drawableEdge)
Constructs PHP code to generate the given edge on a map.

Specified by:
drawEdge in class GenerateMap
Parameters:
drawableEdge - a DrawableEdge

getMap

public java.lang.Object getMap()
Finishes creating the PHP script and returns it.

Specified by:
getMap in class GenerateMap
Returns:
the map Object