Uses of Class
main.DrawableEdge

Packages that use DrawableEdge
main   
 

Uses of DrawableEdge in main
 

Methods in main with parameters of type DrawableEdge
protected  void GeneratePHP.drawEdge(DrawableEdge drawableEdge)
          Constructs PHP code to generate the given edge on a map.
protected abstract  void GenerateMap.drawEdge(DrawableEdge drawableEdge)
          Draws an edge on the map.
protected  void GenerateDescription.drawEdge(DrawableEdge drawableEdge)
          Constructs a line that specifies how to draw the given edge.
protected  void GenerateImage.drawEdge(DrawableEdge drawableEdge)
          Draws an edge on the map.