- L - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- LA - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- label - Variable in class org.graphstream.ui.graphicGraph.GraphicElement
-
The label or null if not specified.
- LayerRenderer<G> - Interface in org.graphstream.ui.view
-
A specific rendering class that can be plugged in any view and is called to
draw under or above the graph.
- Layout - Interface in org.graphstream.ui.layout
-
Layout algorithm interface.
- LayoutRunner - Class in org.graphstream.ui.layout
-
Allows to run a layout in a distinct thread.
- LayoutRunner(Source, Layout) - Constructor for class org.graphstream.ui.layout.LayoutRunner
-
New layout runner that listens at the given source and compute a layout on
its graph structure in a distinct thread.
- LayoutRunner(Source, Layout, boolean) - Constructor for class org.graphstream.ui.layout.LayoutRunner
-
New layout runner that listen at the given source and compute a layout on its
graph structure in a distinct thread.
- LayoutRunner(Graph, Layout, boolean, boolean) - Constructor for class org.graphstream.ui.layout.LayoutRunner
-
New layout runner that listen at the given graph and compute a layout on its
graph structure in a distinct thread.
- Layouts - Class in org.graphstream.ui.layout
-
A factory in charge or creating various layout implementations.
- Layouts() - Constructor for class org.graphstream.ui.layout.Layouts
-
- LBRACE - Static variable in interface org.graphstream.stream.file.dot.DOTParserConstants
-
RegularExpression Id.
- LBRACE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
-
RegularExpression Id.
- LC - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- leafWithText(String, String) - Method in class org.graphstream.stream.file.gexf.SmartXMLWriter
-
- leavingEdges() - Method in class org.graphstream.graph.implementations.AdjacencyListNode
-
- leavingEdges() - Method in interface org.graphstream.graph.Node
-
Stream over all leaving edges.
- LEFT - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
-
RegularExpression Id.
- len - Variable in class org.graphstream.ui.layout.springbox.NodeParticle
-
Last computed displacement vector length.
- length() - Method in class org.graphstream.ui.geom.Vector2
-
Cartesian length.
- length() - Method in class org.graphstream.ui.geom.Vector3
-
Cartesian length.
- length() - Method in interface org.graphstream.ui.view.camera.ConnectorSkeleton
-
Total length of the polyline defined by the points.
- lengthToGu(double, StyleConstants.Units) - Method in class org.graphstream.ui.view.util.GraphMetrics
-
Convert a value in given units to graph units.
- lengthToGu(Value) - Method in class org.graphstream.ui.view.util.GraphMetrics
-
Convert a value in a given units to graph units.
- lengthToGu(Values, int) - Method in class org.graphstream.ui.view.util.GraphMetrics
-
Convert one of the given values in a given units to graph units.
- lengthToPx(double, StyleConstants.Units) - Method in class org.graphstream.ui.view.util.GraphMetrics
-
Convert a value in a given units to pixels.
- lengthToPx(Value) - Method in class org.graphstream.ui.view.util.GraphMetrics
-
Convert a value in a given units to pixels.
- lengthToPx(Values, int) - Method in class org.graphstream.ui.view.util.GraphMetrics
-
Convert one of the given values in a given units pixels.
- LEXICAL_ERROR - Static variable in error org.graphstream.util.parser.TokenMgrError
-
Lexical error occurred.
- lexStateNames - Static variable in class org.graphstream.stream.file.dot.DOTParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.graphstream.stream.file.gml.GMLParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.graphstream.stream.file.pajek.PajekParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.graphstream.stream.file.tlp.TLPParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserTokenManager
-
Lexer state names.
- LIGHT_GRAY - Static variable in class org.graphstream.ui.graphicGraph.stylesheet.Color
-
- lightGray - Static variable in class org.graphstream.ui.graphicGraph.stylesheet.Color
-
- LINE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
-
RegularExpression Id.
- LinLog - Class in org.graphstream.ui.layout.springbox.implementations
-
- LinLog() - Constructor for class org.graphstream.ui.layout.springbox.implementations.LinLog
-
New "LinLog" 2D Barnes-Hut simulation.
- LinLog(boolean) - Constructor for class org.graphstream.ui.layout.springbox.implementations.LinLog
-
New "LinLog" Barnes-Hut simulation.
- LinLog(boolean, Random) - Constructor for class org.graphstream.ui.layout.springbox.implementations.LinLog
-
New "LinLog" Barnes-Hut simulation.
- LinLogNodeParticle - Class in org.graphstream.ui.layout.springbox.implementations
-
- LinLogNodeParticle(LinLog, String) - Constructor for class org.graphstream.ui.layout.springbox.implementations.LinLogNodeParticle
-
New node.
- LinLogNodeParticle(LinLog, String, double, double, double) - Constructor for class org.graphstream.ui.layout.springbox.implementations.LinLogNodeParticle
-
New node at a given position.
- list() - Method in class org.graphstream.stream.file.gml.GMLParser
-
A list of key values, all values are stored in a KeyValues object.
- listeners - Variable in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
-
Set of listeners.
- lo - Variable in class org.graphstream.ui.view.util.GraphMetrics
-
Graph lower position (bottom,left,front).
- load(String) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
-
Load a style sheet from an attribute value, the value can either be the
contents of the whole style sheet, or begin by "url".
- LOCALE_CLOCK_TIME_12_HOUR - Static variable in class org.graphstream.util.time.ISODateComponent
-
- LOCALE_DATE_AND_TIME - Static variable in class org.graphstream.util.time.ISODateComponent
-
- LOCALE_DATE_REPRESENTATION - Static variable in class org.graphstream.util.time.ISODateComponent
-
- LOCALE_TIME_REPRESENTATION - Static variable in class org.graphstream.util.time.ISODateComponent
-
- LOCALE_TIME_ZONE_NAME - Static variable in class org.graphstream.util.time.ISODateComponent
-
- lockEnvironment(boolean) - Method in class org.graphstream.util.Environment
-
Disallow the addition of new parameters.
- longValue() - Method in class org.graphstream.ui.graphicGraph.stylesheet.Value
-
- LOOP_DETECTED - Static variable in error org.graphstream.util.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- loVisible - Variable in class org.graphstream.ui.view.util.GraphMetrics
-
The lowest visible point.
- LP - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- LPAREN - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
-
RegularExpression Id.
- LPHI - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- LR - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- LSQBR - Static variable in interface org.graphstream.stream.file.dot.DOTParserConstants
-
RegularExpression Id.
- LSQBR - Static variable in interface org.graphstream.stream.file.gml.GMLParserConstants
-
RegularExpression Id.
- LSQUARELINE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
-
RegularExpression Id.