Uses of Class
main.DrawableLabel

Packages that use DrawableLabel
main   
main.planetSh   
 

Uses of DrawableLabel in main
 

Fields in main with type parameters of type DrawableLabel
private  java.util.ArrayList<DrawableLabel> SophiaNodesEdgesMap.labels
           
 

Methods in main that return types with arguments of type DrawableLabel
 java.util.ArrayList<DrawableLabel> SophiaNodesEdgesMap.getLabels()
           
 java.util.ArrayList<DrawableLabel> NodeEdgeMap.getLabels()
          Returns an ArrayList of DrawableLabels that represent text-labels that can be drawn on the map.
 

Methods in main with parameters of type DrawableLabel
protected  void GeneratePHP.drawLabel(DrawableLabel drawableLabel)
          Constructs PHP code to generate the given label on a map.
protected abstract  void GenerateMap.drawLabel(DrawableLabel drawableLabel)
          Draws a label on the map.
protected  void GenerateDescription.drawLabel(DrawableLabel drawableLabel)
          Constructs a line that specifies how to draw the given label.
protected  void GenerateImage.drawLabel(DrawableLabel drawableLabel)
          Draws a label on the map.
 

Uses of DrawableLabel in main.planetSh
 

Fields in main.planetSh with type parameters of type DrawableLabel
private  java.util.ArrayList<DrawableLabel> PlanetshMap.labels
           
 

Methods in main.planetSh that return types with arguments of type DrawableLabel
 java.util.ArrayList<DrawableLabel> PlanetshMap.getLabels()