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

L

l_pred - Static variable in class edu.uci.ics.jung.io.PajekNetReader
 
label - Variable in class edu.uci.ics.jung.graph.decorators.ConstantEdgeStringer
 
label - Variable in class edu.uci.ics.jung.graph.decorators.ConstantVertexStringer
 
LABEL - Static variable in class edu.uci.ics.jung.io.HypergraphReader
 
LABEL - Static variable in class edu.uci.ics.jung.io.PajekNetReader
The key used to identify the vertex labels (if any) created by this class.
LABEL_OFFSET - Static variable in class edu.uci.ics.jung.visualization.PluggableRenderer
Specifies the offset for the edge labels.
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
Deprecated. Labels the edge at the half-way point (if undirected) or three-quarters if directed or 15 pixels above the vertex if self-loop.
labelEdge(Graphics2D, Edge, String, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
Labels the specified non-self-loop edge with the specified label.
labelEdge(Graphics2D, Edge, String, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overridden to wrap passed Graphics2D in my TransformingGraphics, then call overloaded labelEdge
labelEdge(TransformingGraphics, Edge, String, int, int, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overloaded to use TransformingGraphics
labelToVertex - Variable in class edu.uci.ics.jung.graph.decorators.StringLabeller
 
labelVertex(Graphics, Vertex, String, int, int) - Method in class edu.uci.ics.jung.visualization.PluggableRenderer
Labels the specified vertex with the specified label.
labelVertex(Graphics, Vertex, String, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overridden to wrap passed Graphics in my TransformingGraphics, then call overloaded labelVertex
labelVertex(TransformingGraphics, Vertex, String, int, int) - Method in class edu.uci.ics.jung.visualization.transform.shape.TransformingPluggableRenderer
overloaded to use TransformingGraphics
largestComponentDiameter(ArchetypeGraph) - Static method in class scratch.scott.UserExample
 
Lattice1DGenerator - Class in edu.uci.ics.jung.random.generators
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 in edu.uci.ics.jung.random.generators
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 - Variable in class edu.uci.ics.jung.visualization.DefaultVisualizationModel
the layout algorithm currently in use
Layout - Interface in edu.uci.ics.jung.visualization
A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
layout - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. the layout being used by the BirdsEye
layout - Variable in class edu.uci.ics.jung.visualization.RadiusGraphElementAccessor
 
layout - Variable in class samples.preview_new_graphdraw.iter.LocalGraphDraw
 
LAYOUT_INDEX_KEY - Static variable in class samples.preview_new_graphdraw.iterablelayouts.KKLayout
 
LayoutClass - Static variable in class scratch.danyel.ReflectiveLayoutDemo
 
LayoutDecorator - Class in edu.uci.ics.jung.visualization
a pure decorator for the Layout interface.
LayoutDecorator(Layout) - Constructor for class edu.uci.ics.jung.visualization.LayoutDecorator
 
LayoutEmitter - Interface in samples.preview_new_graphdraw
 
LayoutIterator - Class in samples.preview_new_graphdraw.iter
 
LayoutIterator(GraphLayoutPanel, IterableLayout) - Constructor for class samples.preview_new_graphdraw.iter.LayoutIterator
 
LayoutLensSupport - Class in edu.uci.ics.jung.visualization.transform
A class to make it easy to add an examining lens to a jung graph application.
LayoutLensSupport(VisualizationViewer) - Constructor for class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
 
LayoutLensSupport(VisualizationViewer, LensTransformer, ModalGraphMouse) - Constructor for class edu.uci.ics.jung.visualization.transform.LayoutLensSupport
create the base class, setting common members and creating a custom GraphMouse
LayoutMutable - Interface in edu.uci.ics.jung.visualization
An extended interface for signalling a layout that the underlying graph has been changed.
LayoutScalingControl - Class in edu.uci.ics.jung.visualization.control
LayoutScalingControl applies a scaling transformation to the graph layout.
LayoutScalingControl() - Constructor for class edu.uci.ics.jung.visualization.control.LayoutScalingControl
 
LayoutTester - Class in test.edu.uci.ics.jung.visualization
 
LayoutTester() - Constructor for class test.edu.uci.ics.jung.visualization.LayoutTester
 
layoutTransform(Point2D) - Method in interface edu.uci.ics.jung.visualization.transform.LayoutTransformer
convert the supplied graph coordinate to the screen coordinate
layoutTransform(Point2D) - Method in class edu.uci.ics.jung.visualization.VisualizationViewer
 
layoutTransformer - Variable in class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
Deprecated.  
layoutTransformer - Variable in class edu.uci.ics.jung.visualization.ShapePickSupport
 
LayoutTransformer - Interface in edu.uci.ics.jung.visualization.transform
Provides methods to map points from one coordinate system to another: graph to screen and screen to graph.
layoutTransformer - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
 
LayoutTransformer - Interface in samples.preview_new_graphdraw.transform
 
LazySparseVertex - Class in scratch.danyel.lazy
 
LazySparseVertex(Object, LazySparseVertexFactory) - Constructor for class scratch.danyel.lazy.LazySparseVertex
 
LazySparseVertexFactory - Class in scratch.danyel.lazy
To override this class,
LazySparseVertexFactory(Graph) - Constructor for class scratch.danyel.lazy.LazySparseVertexFactory
 
LazyWebCrawler - Class in scratch.danyel.lazy
 
LazyWebCrawler() - Constructor for class scratch.danyel.lazy.LazyWebCrawler
 
LazyWebCrawler.WebCrawlerFactory - Class in scratch.danyel.lazy
 
LazyWebCrawler.WebCrawlerFactory(Graph) - Constructor for class scratch.danyel.lazy.LazyWebCrawler.WebCrawlerFactory
 
LeanSparseVertex - Class in edu.uci.ics.jung.graph.impl
This fully functional class is provided as a different sort of way to think about the creation and use of Vertices, and a reminder that the user is always welcome to create their own vertices.
LeanSparseVertex() - Constructor for class edu.uci.ics.jung.graph.impl.LeanSparseVertex
 
leftIndex(int, int) - Method in class edu.uci.ics.jung.random.generators.Lattice2DGenerator
 
leftLeg - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated. the left leg of the rectangle
lengthFunction - Variable in class edu.uci.ics.jung.visualization.SpringLayout
 
lens - Variable in class edu.uci.ics.jung.visualization.BirdsEyeVisualizationViewer
Deprecated.  
Lens - Class in edu.uci.ics.jung.visualization
Deprecated. use the SatelliteVisualizationViewer instead
Lens(VisualizationViewer, float, float) - Constructor for class edu.uci.ics.jung.visualization.Lens
Deprecated. Create a Lens that is centered in the BirdsEyeVisualizationViewer
lens - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
lensColor - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
color for the picking rectangle
lensControls - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
LensDemo - Class in samples.graph
Demonstrates the use of HyperbolicTransform and MagnifyTransform applied to either the model (graph layout) or the view (VisualizationViewer) The hyperbolic transform is applied in an elliptical lens that affects that part of the visualization.
LensDemo() - Constructor for class samples.graph.LensDemo
create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
lensGraphMouse - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
LensMagnificationGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
HyperbolicMagnificationGraphMousePlugin changes the magnification within the Hyperbolic projection of the HyperbolicTransformer.
LensMagnificationGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
create an instance with default zoom in/out values
LensMagnificationGraphMousePlugin(float, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
create an instance with passed modifiers
LensMagnificationGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
LensMagnificationGraphMousePlugin(int, float, float, float) - Constructor for class edu.uci.ics.jung.visualization.control.LensMagnificationGraphMousePlugin
 
lensPaintable - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
the Paintable for the lens picking rectangle
LensSupport - Interface in edu.uci.ics.jung.visualization.transform
basic API for implementing lens projection support
lensTransformer - Variable in class edu.uci.ics.jung.visualization.transform.AbstractLensSupport
 
LensTransformer - Class in edu.uci.ics.jung.visualization.transform
LensTransformer wraps a MutableAffineTransformer and modifies the transform and inverseTransform methods so that they create a projection of the graph points within an elliptical lens.
LensTransformer(Component) - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer
create an instance, setting values from the passed component and registering to listen for size changes on the component
LensTransformer(Component, MutableTransformer) - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer
create an instance with a possibly shared transform
LensTransformer.ComponentListenerImpl - Class in edu.uci.ics.jung.visualization.transform
react to size changes on a component
LensTransformer.ComponentListenerImpl() - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer.ComponentListenerImpl
 
LensTransformer.PolarPoint - Class in edu.uci.ics.jung.visualization.transform
a convenience class to represent a point in polar coordinates
LensTransformer.PolarPoint(double, double) - Constructor for class edu.uci.ics.jung.visualization.transform.LensTransformer.PolarPoint
 
LensTranslatingGraphMousePlugin - Class in edu.uci.ics.jung.visualization.control
Extends TranslatingGraphMousePlugin and adds the capability to drag and resize the viewing lens in the graph view.
LensTranslatingGraphMousePlugin() - Constructor for class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
create an instance with default modifiers
LensTranslatingGraphMousePlugin(int) - Constructor for class edu.uci.ics.jung.visualization.control.LensTranslatingGraphMousePlugin
create an instance with passed modifer value
lensXform - Variable in class edu.uci.ics.jung.visualization.Lens
Deprecated.  
level - Variable in class edu.uci.ics.jung.visualization.FadingVertexLayout.FadingVertexLayoutData
Deprecated.  
LevelFilter - Interface in edu.uci.ics.jung.graph.filters
A generally useful template for Filters that have a settable value.
levelFilter - Variable in class edu.uci.ics.jung.visualization.GraphDraw.SliderChangeListener
Deprecated.  
li - Variable in class samples.preview_new_graphdraw.iter.LocalGraphDraw
 
LinearInterpolatingLayout - Class in samples.preview_new_graphdraw.test
created Apr 23, 2004
LinearInterpolatingLayout(EmittedLayout, int) - Constructor for class samples.preview_new_graphdraw.test.LinearInterpolatingLayout
 
link(Vertex, Vertex) - Static method in class edu.uci.ics.jung.algorithms.metrics.TriadicCensus
 
link(Vertex, Vertex) - Static method in class scratch.danyel.triads.TriadicCensus
 
list - Variable in class samples.preview_new_graphdraw.iter.TransformerPipeline
 
list - Variable in class scratch.scott.CSVParser
The fields in the current String
listenerList - Variable in class edu.uci.ics.jung.utils.DefaultChangeEventSupport
holds the registered listeners
listenerList - Variable in class edu.uci.ics.jung.visualization.AbstractPickedState
 
listenerList - Variable in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
listeners for mode changes
listenerList - Variable in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
listeners for mode changes
listenersExist(GraphEventType) - Method in class edu.uci.ics.jung.graph.event.GraphListenerHandler
 
listenersExist(GraphEventType) - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
 
ListHyperedge - Class in edu.uci.ics.jung.graph.impl
An implementation of Hyperedge that stores its list of incident vertices internally as a List.
ListHyperedge() - Constructor for class edu.uci.ics.jung.graph.impl.ListHyperedge
 
ListHypervertex - Class in edu.uci.ics.jung.graph.impl
An implementation of Hypervertex that stores its incident edges as a List internally.
ListHypervertex() - Constructor for class edu.uci.ics.jung.graph.impl.ListHypervertex
 
LittleTest - Class in scratch.danyel
created Mar 4, 2004
LittleTest() - Constructor for class scratch.danyel.LittleTest
 
load(Reader) - Method in class edu.uci.ics.jung.io.BipartiteGraphReader
Creates a KPartiteGraph (where k = 2) based on connection data gathered from a Reader.
load(String) - Method in interface edu.uci.ics.jung.io.GraphFile
Loads a graph from a file per the appropriate format
load(String) - Method in class edu.uci.ics.jung.io.GraphMLFile
Loads a graph from a GraphML file.
load(InputStream) - Method in class edu.uci.ics.jung.io.GraphMLFile
Deprecated. generally, InputStreams are less robust than Readers
load(Reader) - Method in class edu.uci.ics.jung.io.GraphMLFile
 
load(Reader) - Method in class edu.uci.ics.jung.io.HypergraphReader
 
load(BufferedReader) - Method in class edu.uci.ics.jung.io.MatrixFile
Loads a graph from an input reader
load(String) - Method in class edu.uci.ics.jung.io.MatrixFile
 
load(String) - Method in class edu.uci.ics.jung.io.PajekNetFile
Deprecated. Loads a graph from disk for the given .net file If the edges are directed then a directed graph will be created, otherwise an undirected graph will be created
load(Reader) - Method in class edu.uci.ics.jung.io.PajekNetFile
Deprecated. Loads a graph for the given BufferedReader (where the data is assumed to be in Pajek NET format).
load(String) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(filename, new SparseGraph(), null).
load(String, NumberEdgeValue) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(filename, new SparseGraph(), nev).
load(String, Graph) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(filename, g, null).
load(String, Graph, NumberEdgeValue) - Method in class edu.uci.ics.jung.io.PajekNetReader
Creates a FileReader from filename, calls load(reader, g, nev), closes the reader, and returns the resultant graph.
load(Reader, Graph) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(reader, g, null).
load(Reader, NumberEdgeValue) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(reader, new SparseGraph(), nev).
load(Reader) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(reader, new SparseGraph(), null).
load(Reader, Graph, NumberEdgeValue) - Method in class edu.uci.ics.jung.io.PajekNetReader
Returns load(reader, g, nev, new TypedVertexGenerator(g)).
load(Reader, Graph, NumberEdgeValue, VertexGenerator) - Method in class edu.uci.ics.jung.io.PajekNetReader
Populates the graph g with the graph represented by the Pajek-format data supplied by reader.
loadCounts(Graph, Reader, Predicate, Object, UserDataContainer.CopyAction) - Static method in class edu.uci.ics.jung.io.PartitionDecorationReader
Decorates vertices in the specified partition with typed count data.
loadCounts(Graph, Reader, Predicate, Object, UserDataContainer.CopyAction, int) - Static method in class edu.uci.ics.jung.io.PartitionDecorationReader
 
loadGraphCollection(String, FilenameFilter) - Method in class edu.uci.ics.jung.io.GraphMLFile
Loads in a list of graphs whose corresponding filenames pass the file filter and are located in the specified directory
loadImages(Vertex[], Map) - Method in class samples.graph.UnicodeLabelDemo
A nested class to demo ToolTips
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.AbstractModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.DefaultModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.EditingModalGraphMouse
create the plugins, and load the plugins for TRANSFORMING mode
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.ModalLensGraphMouse
 
loadPlugins() - Method in class edu.uci.ics.jung.visualization.control.ModalSatelliteGraphMouse
 
loadStrings(Graph, Reader, Predicate, Object) - Static method in class edu.uci.ics.jung.io.PartitionDecorationReader
Decorates vertices in the specified partition with strings.
localConstraint(Vertex, Vertex) - Method in class edu.uci.ics.jung.algorithms.metrics.StructuralHoles
Returns the local constraint on v from a lack of primary holes around its neighbor v2.
LocalGraphDraw - Class in samples.preview_new_graphdraw.iter
This is the major class for starting an animated layout runner.
LocalGraphDraw(Graph, StaticLayout, IterableLayout, VertexRenderer, EdgeRenderer, Dimension, boolean) - Constructor for class samples.preview_new_graphdraw.iter.LocalGraphDraw
A verbose constructor creates a LocalGraphDraw object, and a panel to show.
LocalGraphDraw(Graph, StaticLayout, VertexRenderer, EdgeRenderer, Dimension) - Constructor for class samples.preview_new_graphdraw.iter.LocalGraphDraw
A LocalGraphDraw that won't be animated.
locationMap - Variable in class edu.uci.ics.jung.visualization.VisualizationViewer
if true, then when the View is resized, the current Layout is resized to the same size.
LOCATIONS - Static variable in class edu.uci.ics.jung.io.PajekNetReader
The user data key used to retrieve the vertex locations (if any) defined by this class.
lock(boolean) - Method in interface edu.uci.ics.jung.visualization.PersistentLayout
 
lock(boolean) - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
 
locked - Variable in class edu.uci.ics.jung.visualization.control.PickingGraphMousePlugin
controls whether the Vertices may be moved with the mouse
locked - Variable in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
whether the graph is locked (stops the VisualizationViewer rendering thread)
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
Deprecated. Passthrough.
lockVertex(Vertex) - Method in interface edu.uci.ics.jung.visualization.Layout
Sets a flag which fixes this vertex in place.
lockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.LayoutDecorator
 
lockVertex(Vertex) - Method in class edu.uci.ics.jung.visualization.PersistentLayoutImpl
 
lockVertex(Vertex) - Method in class scratch.danyel.sample.CircleLayout
 
lockVertex(Vertex) - Method in class scratch.scott.AestheticSpringVisualizer
 
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.
loop - Static variable in class edu.uci.ics.jung.graph.decorators.EdgeShape
a convenience instance for other edge shapes to use for self-loop edges where parallel instances will not overlay each other.

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