Uses of Class
gui.LabeledPoint

Packages that use LabeledPoint
crystals Contains a JavaClass for every lattice, describing how to calculate the lattice points. 
gui Contains the classes, which are responsible for the Graphical User Interface, and which handle the user input. 
 

Uses of LabeledPoint in crystals
 

Fields in crystals declared as LabeledPoint
(package private)  LabeledPoint[] AbstractCrystal.lvertices
          List of points to draw
 

Methods in crystals that return LabeledPoint
 LabeledPoint[] AbstractCrystal.getLabeledVertices()
          Returns a list of LabeledVertices, which have to be calculated earlier.
 

Uses of LabeledPoint in gui
 

Fields in gui declared as LabeledPoint
 LabeledPoint LabeledEdge.A
          Start and end point of the edge
 LabeledPoint LabeledEdge.B
          Start and end point of the edge
(package private)  LabeledPoint[] DrawPanel.lvertices
          List of all points to draw