- length - Variable in class game.Edge
-
The length (weight) of this Edge.
- length(Vector) - Static method in class game.Vector
-
Return the length of a.
- length() - Method in class game.Vector
-
Returns the length of this vector.
- LENGTH_TOKEN - Static variable in interface game.BoardElement
-
The key for the length field for JSON implementations.
- Line - Class in gui
-
This graphics class allows the drawing of lines.
- Line(Circle, Circle, BoardElement) - Constructor for class gui.Line
-
Constructor: a line from c1 to c2 representing r and colored according
to the color policy.
- Line.ColorPolicy - Enum in gui
-
The different ways to draw the edges of the graph.
- LINE_THICKNESS - Static variable in class gui.Line
-
Default thickness of lines when they are drawn on the GUI
- LOCATION_TOKEN - Static variable in interface game.BoardElement
-
The key for the location field for JSON implementations.
- locationEquals(Circle) - Method in class gui.Circle
-
Return true iff the this circle has the same center as c