- LABEL_MODEL - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:LabelModel tag.
- labelDistances(Hypergraph<V, E>, Set<V>) - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
-
Computes the distances of all the node from the starting root nodes.
- labelDistances(Hypergraph<V, E>, V) - Method in class edu.uci.ics.jung.algorithms.path.BFSDistanceLabeler
-
Computes the distances of all the node from the specified root node.
- Labeled - Interface in org.girod.jgraphml.model
-
Represents an object which can have a label.
- LabeledElement - Interface in org.girod.jgraphml.model
-
Represents an element which can have a label.
- LabelPlacement - Class in org.girod.jgraphml.model
-
Represents a label placement.
- LabelPlacement(Labeled) - Constructor for class org.girod.jgraphml.model.LabelPlacement
-
- LabelStyle - Interface in org.girod.jgraphml.model
-
Contains the enumerations for the label styles.
- lastChild() - Method in class org.girod.jgraphml.reader.XMLTreeWalker
-
Moves the TreeWalker to the last visible child of the current node, and returns the new node.
- Layout<V,E> - Interface in edu.uci.ics.jung.algorithms.layout
-
A generalized interface is a mechanism for returning (x,y) coordinates
from vertices.
- layout(GraphMLDiagram, Layout<IGraphMLNode, GraphMLEdge>) - Method in class org.girod.jgraphml.layout.GraphMLLayoutFactory
-
Apply a layout on a default size.
- layout(GraphMLDiagram, Layout<IGraphMLNode, GraphMLEdge>, boolean) - Method in class org.girod.jgraphml.layout.GraphMLLayoutFactory
-
Apply a layout on a default size.
- layout(GraphMLDiagram, Layout<IGraphMLNode, GraphMLEdge>, Dimension) - Method in class org.girod.jgraphml.layout.GraphMLLayoutFactory
-
Apply a layout.
- layout(GraphMLDiagram, Layout<IGraphMLNode, GraphMLEdge>, boolean, Dimension) - Method in class org.girod.jgraphml.layout.GraphMLLayoutFactory
-
Apply a layout.
- LayoutDecorator<V,E> - Class in edu.uci.ics.jung.algorithms.layout
-
a pure decorator for the Layout interface.
- LayoutDecorator(Layout<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
-
Creates an instance backed by the specified delegate layout.
- layoutEdges(GraphMLDiagram) - Static method in class org.girod.jgraphml.utils.LayoutUtilities
-
Layout the edges between nodes such that the edges are evenly distributed along the edges of their nodes.
- layouts - Variable in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
-
- LayoutUtilities - Class in org.girod.jgraphml.utils
-
Contains various layout utilities.
- LEFT - Static variable in interface org.girod.jgraphml.model.LabelStyle
-
The constant for the left alignment of the label.
- lengthFunction - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout
-
- LINE - Static variable in class org.girod.jgraphml.model.LineStyle
-
The solid style.
- LINE_STYLE - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The y:LineStyle tag.
- LineStyle - Class in org.girod.jgraphml.model
-
Represents a border style or line style.
- LineStyle() - Constructor for class org.girod.jgraphml.model.LineStyle
-
- locations - Variable in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
-
- locations - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-
- lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
-
Locks v
in place if state
is true
, otherwise unlocks it.
- lock(boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AbstractLayout
-
Locks all vertices in place if lock
is true
, otherwise unlocks all vertices.
- lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.AggregateLayout
-
override to lock or unlock this vertex in any layout with
a subgraph containing it
- lock(V, boolean) - Method in interface edu.uci.ics.jung.algorithms.layout.Layout
-
Sets a flag which fixes this vertex in place.
- lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.LayoutDecorator
-
- lock(V, boolean) - Method in class edu.uci.ics.jung.algorithms.layout.TreeLayout
-
- loopCountMax - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
-