Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
- 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
- Interface in
org.graphstream.ui.swingViewer
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.
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.
lengthToGu(double, StyleConstants.Units)
- Method in class org.graphstream.ui.swingViewer.util.
GraphMetrics
Convert a value in given units to graph units.
lengthToGu(Value)
- Method in class org.graphstream.ui.swingViewer.util.
GraphMetrics
Convert a value in a given units to graph units.
lengthToGu(Values, int)
- Method in class org.graphstream.ui.swingViewer.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.swingViewer.util.
GraphMetrics
Convert a value in a given units to pixels.
lengthToPx(Value)
- Method in class org.graphstream.ui.swingViewer.util.
GraphMetrics
Convert a value in a given units to pixels.
lengthToPx(Values, int)
- Method in class org.graphstream.ui.swingViewer.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.
LINE
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
linearGradientFromStyle(float, float, float, float, Style)
- Static method in class org.graphstream.ui.swingViewer.util.
GradientFactory
Generate a linear gradient between two given points corresponding to the given style.
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.swingViewer.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.
log(Logger.LogLevel, String, Exception)
- Method in class org.graphstream.util.
Logger
The method that every class of the package should use to send exception messages to the user.
log(Logger.LogLevel, String, String, Object...)
- Method in class org.graphstream.util.
Logger
The method that every class of the package should use to send messages to the user.
Logger
- Class in
org.graphstream.util
Logger.
Logger()
- Constructor for class org.graphstream.util.
Logger
Logger.LogLevel
- Enum in
org.graphstream.util
The different log levels.
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.swingViewer.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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
Copyright © 2013. All Rights Reserved.