Uses of Class
main.DrawingParameters

Packages that use DrawingParameters
main   
main.planetSh   
 

Uses of DrawingParameters in main
 

Fields in main declared as DrawingParameters
private  DrawingParameters EdgeParametersCustomizer.drawingParameters
           
private  DrawingParameters NodeParametersCustomizer.drawingParameters
           
protected  DrawingParameters GenerateMap.edgeParameters
          The DrawingParamebers by which the edges are drawn.
private  DrawingParameters SophiaVisualizer.edgeParameters
           
protected  DrawingParameters GenerateMap.nodeParameters
          The DrawingParamebers by which the nodes are drawn.
private  DrawingParameters SophiaVisualizer.nodeParameters
           
 

Methods in main with parameters of type DrawingParameters
 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.
 

Constructors in main with parameters of type DrawingParameters
DrawingParametersCustomizer(DrawingParameters drawingParameters)
          Create an instance of DrawingParametersCustomizer, which can be added to a container.
EdgeParametersCustomizer(DrawingParameters drawingParameters)
          Create an instance of EdgeParametersCustomizer, which can be added to a container.
NodeParametersCustomizer(DrawingParameters drawingParameters)
          Create an instance of NodeParametersCustomizer, which can be added to a container.
 

Uses of DrawingParameters in main.planetSh
 

Fields in main.planetSh declared as DrawingParameters
private  DrawingParameters PlanetshVisualizer.edgeParameters
           
private  DrawingParameters PlanetshVisualizer.nodeParameters