A B C D E F G H I L M N O P R S T U V X Y Z

L

LabeledEdge - Class in gui
Defining an Edge in 3D-space.
LabeledEdge(Vektor, Vektor) - Constructor for class gui.LabeledEdge
Edge defined by two points
LabeledEdge(Vektor, Vektor, String) - Constructor for class gui.LabeledEdge
A labelled Edge
LabeledEdge(Vektor, Vektor, Color) - Constructor for class gui.LabeledEdge
A coloured Edge
LabeledEdge(Vektor, Vektor, String, Color) - Constructor for class gui.LabeledEdge
A coloured and labelled edge.
LabeledPoint - Class in gui
Defining a Point in 3D-space.
LabeledPoint(Vektor) - Constructor for class gui.LabeledPoint
Creates a point by a given vector, with no label, and default black color.
LabeledPoint(Vektor, String) - Constructor for class gui.LabeledPoint
Creates a point by a given vector with a certain label.
LabeledPoint(Vektor, String, Color) - Constructor for class gui.LabeledPoint
Creates a point by a given vector, with a certain label and color.
LabeledPoint(Vektor, Color) - Constructor for class gui.LabeledPoint
Creates a point, without label, but with a certain color
launch - Variable in class main.AppletParameters
 
ledges - Variable in class crystals.AbstractCrystal
List of edges to draw
ledges - Variable in class gui.DrawPanel
List of all edges that should be drawn
lvertices - Variable in class crystals.AbstractCrystal
List of points to draw
lvertices - Variable in class gui.DrawPanel
List of all points to draw

A B C D E F G H I L M N O P R S T U V X Y Z