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

L

Lattice1DGenerator - class edu.uci.ics.jung.random.generators.Lattice1DGenerator.
Simple generator of an n x 1 lattice where each vertex is incident with each of its 2 neighbors (except possibly for the vertices on the edge depending upon whether the lattice is specified to be toroidal or not).
Lattice1DGenerator(int, boolean) - Constructor for class edu.uci.ics.jung.random.generators.Lattice1DGenerator
Constructs an instance of the lattice generator
Lattice2DGenerator - class edu.uci.ics.jung.random.generators.Lattice2DGenerator.
Simple generator of an n x n lattice where each vertex is incident with each of its 4 neighbors (except possibly for the vertices on the edge depending upon whether the lattice is specified to be toroidal or not).
Lattice2DGenerator(int, boolean) - Constructor for class edu.uci.ics.jung.random.generators.Lattice2DGenerator
Constructs an instance of the lattice generator
Layout - interface edu.uci.ics.jung.visualization.Layout.
A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
LayoutMutable - interface edu.uci.ics.jung.visualization.LayoutMutable.
An extended interface for signalling a layout that the underlying graph has been changed.
LevelFilter - interface edu.uci.ics.jung.graph.filters.LevelFilter.
A generally useful template for Filters that have a settable value.
labelDistances(Graph, Set) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Computes the distances of all the node from the starting root nodes.
labelDistances(Graph, Vertex) - Method in class edu.uci.ics.jung.algorithms.connectivity.BFSDistanceLabeler
Computes the distances of all the node from the specified root node.
labelEdge(Graphics2D, Edge, String, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.graphdraw.SettableRenderer
Labels the edge at the half-way point (if undirected) or three-quarters if directed or 15 pixels above the vertex if self-loop.
level - Variable in class edu.uci.ics.jung.visualization.FadingVertexLayout.FadingVertexLayoutData
 
listenersExist(GraphEventType) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
lockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.AbstractLayout
Adds the vertex to the DontMove list
lockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.FadingVertexLayout
Passthrough.
lockVertex(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Sets a flag which fixes this vertex in place.
longValue() - Method in class edu.uci.ics.jung.utils.MutableDouble
Returns the floor integer value as a long, accomplished by casting the contained double to long.
longValue() - Method in class edu.uci.ics.jung.utils.MutableInteger
Returns the integer value of this object, expressed as a long.

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