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
D
DASHES
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
data
- Variable in class org.graphstream.ui.geom.
Vector2
Sequence of 3 coefficients.
DATE
- Static variable in interface org.graphstream.stream.file.tlp.
TLPParserConstants
RegularExpression Id.
DATE
- Static variable in class org.graphstream.util.time.
ISODateComponent
DATE_ISO8601
- Static variable in class org.graphstream.util.time.
ISODateComponent
DAY_OF_MONTH
- Static variable in class org.graphstream.util.time.
ISODateComponent
DAY_OF_MONTH_2_DIGITS
- Static variable in class org.graphstream.util.time.
ISODateComponent
DAY_OF_WEEK_0_6
- Static variable in class org.graphstream.util.time.
ISODateComponent
DAY_OF_WEEK_1_7
- Static variable in class org.graphstream.util.time.
ISODateComponent
DAY_OF_YEAR
- Static variable in class org.graphstream.util.time.
ISODateComponent
deactivate()
- Method in class org.graphstream.ui.graphicGraph.
StyleGroup.ElementEvents
deactivateEvents()
- Method in class org.graphstream.ui.graphicGraph.
StyleGroup
De-activate any events activated for an element.
debugStream
- Variable in class org.graphstream.stream.file.dot.
DOTParserTokenManager
Debug output.
debugStream
- Variable in class org.graphstream.stream.file.gml.
GMLParserTokenManager
Debug output.
debugStream
- Variable in class org.graphstream.stream.file.pajek.
PajekParserTokenManager
Debug output.
debugStream
- Variable in class org.graphstream.stream.file.tlp.
TLPParserTokenManager
Debug output.
debugStream
- Variable in class org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserTokenManager
Debug output.
DECODE
- Static variable in class org.graphstream.stream.netstream.packing.
Base64
Specify decoding in first bit.
decode(byte[])
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Reads
infile
and decodes it to
outfile
.
decodeFromFile(String)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Convenience method for decoding data to a file.
decodeToObject(String)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader)
- Static method in class org.graphstream.stream.netstream.packing.
Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decrement(GraphicEdge)
- Method in class org.graphstream.ui.graphicGraph.
GraphicEdge.EdgeGroup
Remove an edge from the group.
DEF
- Static variable in interface org.graphstream.stream.file.tlp.
TLPParserConstants
RegularExpression Id.
DEFAULT
- Static variable in interface org.graphstream.stream.file.dot.
DOTParserConstants
Lexical state.
DEFAULT
- Static variable in interface org.graphstream.stream.file.gml.
GMLParserConstants
Lexical state.
DEFAULT
- Static variable in interface org.graphstream.stream.file.pajek.
PajekParserConstants
Lexical state.
DEFAULT
- Static variable in interface org.graphstream.stream.file.tlp.
TLPParserConstants
Lexical state.
DEFAULT
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
Lexical state.
DEFAULT_AE_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_AN_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CEA_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CEC_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CER_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CGA_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CGC_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CGR_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CL_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CNA_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CNC_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_CNR_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_DE_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_DN_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_EDGE_CAPACITY
- Static variable in class org.graphstream.graph.implementations.
AdjacencyListGraph
DEFAULT_NODE_CAPACITY
- Static variable in class org.graphstream.graph.implementations.
AdjacencyListGraph
DEFAULT_ST_FORMAT
- Static variable in class org.graphstream.util.
VerboseSink
DEFAULT_VIEW_ID
- Static variable in class org.graphstream.ui.swingViewer.
Viewer
Name of the default view.
DefaultCamera
- Class in
org.graphstream.ui.swingViewer.util
Define how the graph is viewed.
DefaultCamera(GraphicGraph)
- Constructor for class org.graphstream.ui.swingViewer.util.
DefaultCamera
New camera.
defaultFontCache
- Static variable in class org.graphstream.ui.swingViewer.util.
FontCache
The default font cache.
defaultFontCache()
- Static method in class org.graphstream.ui.swingViewer.util.
FontCache
Default singleton instance for shared font cache.
DefaultGraph
- Class in
org.graphstream.graph.implementations
Default implementation of graph.
DefaultGraph(String, boolean, boolean, int, int)
- Constructor for class org.graphstream.graph.implementations.
DefaultGraph
Creates an empty graph.
DefaultGraph(String, boolean, boolean)
- Constructor for class org.graphstream.graph.implementations.
DefaultGraph
Creates an empty graph with default edge and node capacity.
DefaultGraph(String)
- Constructor for class org.graphstream.graph.implementations.
DefaultGraph
Creates an empty graph with strict checking and without auto-creation.
defaultImageCache()
- Static method in class org.graphstream.ui.swingViewer.util.
ImageCache
Default singleton image cache instance that can be shared.
DefaultMouseManager
- Class in
org.graphstream.ui.swingViewer.util
DefaultMouseManager()
- Constructor for class org.graphstream.ui.swingViewer.util.
DefaultMouseManager
defaultRule
- Variable in class org.graphstream.ui.graphicGraph.stylesheet.
StyleSheet
The top-level default rule.
defaultRule
- Variable in class org.graphstream.ui.graphicGraph.stylesheet.
StyleSheet.NameSpace
The default rule for this kind of elements.
DefaultShortcutManager
- Class in
org.graphstream.ui.swingViewer.util
DefaultShortcutManager()
- Constructor for class org.graphstream.ui.swingViewer.util.
DefaultShortcutManager
DefaultView
- Class in
org.graphstream.ui.swingViewer
Base for constructing views.
DefaultView(Viewer, String, GraphRenderer)
- Constructor for class org.graphstream.ui.swingViewer.
DefaultView
degree
- Variable in class org.graphstream.ui.layout.springbox.
GraphCellData
Aggregate degree.
DepthFirstIterator
<
T
extends
Node
> - Class in
org.graphstream.graph
DepthFirstIterator(Node, boolean)
- Constructor for class org.graphstream.graph.
DepthFirstIterator
DepthFirstIterator(Node)
- Constructor for class org.graphstream.graph.
DepthFirstIterator
derivative(double, double, double, double, double)
- Static method in class org.graphstream.ui.swingViewer.util.
CubicCurve
Derivative of a cubic Bézier curve according to control points `x0`, `x1`, `x2` and `x3` at parametric position `t` of the curve.
derivative(Point2, Point2, Point2, Point3, double)
- Static method in class org.graphstream.ui.swingViewer.util.
CubicCurve
Derivative point of a cubic Bézier curve according to control points `x0`, `x1`, `x2` and `x3` at parametric position `t` of the curve.
derivative(Point2, Point2, Point2, Point3, double, Point2)
- Static method in class org.graphstream.ui.swingViewer.util.
CubicCurve
Store in `result` the derivative point of a cubic Bézier curve according to control points `x0`, `x1`, `x2` and `x3` at parametric position `t` of the curve.
detach()
- Method in class org.graphstream.ui.graphicGraph.
GraphicSprite
Detach this sprite from the edge or node it was attached to.
detach()
- Method in class org.graphstream.ui.spriteManager.
Sprite
Detach the sprite from the element it is attached to (if any).
detach()
- Method in class org.graphstream.ui.spriteManager.
SpriteManager
Detach this manager from its graph.
DGSParser
- Class in
org.graphstream.stream.file.dgs
DGSParser(FileSourceDGS, Reader)
- Constructor for class org.graphstream.stream.file.dgs.
DGSParser
diagonal
- Variable in class org.graphstream.ui.swingViewer.util.
GraphMetrics
The graph diagonal.
DIAMOND
- Static variable in interface org.graphstream.stream.file.pajek.
PajekParserConstants
RegularExpression Id.
DIAMOND
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
DIGIT
- Static variable in interface org.graphstream.stream.file.dot.
DOTParserConstants
RegularExpression Id.
DIGIT
- Static variable in interface org.graphstream.stream.file.gml.
GMLParserConstants
RegularExpression Id.
DIGIT
- Static variable in interface org.graphstream.stream.file.pajek.
PajekParserConstants
RegularExpression Id.
DIGIT
- Static variable in interface org.graphstream.stream.file.tlp.
TLPParserConstants
RegularExpression Id.
DIGIT
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
DIGRAPH
- Static variable in interface org.graphstream.stream.file.dot.
DOTParserConstants
RegularExpression Id.
DIGRAPH
- Static variable in interface org.graphstream.stream.file.gml.
GMLParserConstants
RegularExpression Id.
diGraphStart()
- Method in class org.graphstream.stream.file.gml.
GMLParser
directed
- Variable in class org.graphstream.ui.graphicGraph.
GraphicEdge
Is the edge directed ?.
disable_tracing()
- Method in class org.graphstream.stream.file.dot.
DOTParser
Disable tracing.
disable_tracing()
- Method in class org.graphstream.stream.file.gml.
GMLParser
Disable tracing.
disable_tracing()
- Method in class org.graphstream.stream.file.pajek.
PajekParser
Disable tracing.
disable_tracing()
- Method in class org.graphstream.stream.file.tlp.
TLPParser
Disable tracing.
disable_tracing()
- Method in class org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParser
Disable tracing.
disableAutoLayout()
- Method in class org.graphstream.ui.swingViewer.
Viewer
Disable the running automatic layout process, if any.
disp
- Variable in class org.graphstream.ui.layout.springbox.
NodeParticle
Displacement vector.
display()
- Method in interface org.graphstream.graph.
Graph
Utility method that creates a new graph viewer, and register the graph in it.
display(boolean)
- Method in interface org.graphstream.graph.
Graph
Utility method that creates a new graph viewer, and register the graph in it.
display()
- Method in class org.graphstream.graph.implementations.
AbstractGraph
display(boolean)
- Method in class org.graphstream.graph.implementations.
AbstractGraph
display()
- Method in class org.graphstream.ui.graphicGraph.
GraphicGraph
display(boolean)
- Method in class org.graphstream.ui.graphicGraph.
GraphicGraph
display(GraphicGraph, boolean)
- Method in class org.graphstream.ui.swingViewer.
DefaultView
display(GraphicGraph, boolean)
- Method in class org.graphstream.ui.swingViewer.
View
Redisplay or update the view contents.
distance(Point2)
- Method in class org.graphstream.ui.geom.
Point2
Distance between this and
other
.
distance(Point3)
- Method in class org.graphstream.ui.geom.
Point3
Distance between this and
other
.
distance(double, double, double)
- Method in class org.graphstream.ui.geom.
Point3
Distance between this and point (x,y,z).
DO_BREAK_LINES
- Static variable in class org.graphstream.stream.netstream.packing.
Base64
Do break lines when encoding.
Done()
- Method in class org.graphstream.util.parser.
SimpleCharStream
Reset buffer when finished.
DONT_GUNZIP
- Static variable in class org.graphstream.stream.netstream.packing.
Base64
Specify that gzipped data should
not
be automatically gunzipped.
DOT
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
DOTParser
- Class in
org.graphstream.stream.file.dot
This class defines a DOT parser.
DOTParser(FileSourceDOT, InputStream)
- Constructor for class org.graphstream.stream.file.dot.
DOTParser
Create a new parser associated with a DOT source from an input stream.
DOTParser(FileSourceDOT, Reader)
- Constructor for class org.graphstream.stream.file.dot.
DOTParser
Create a new parser associated with a DOT source from a reader.
DOTParser(InputStream)
- Constructor for class org.graphstream.stream.file.dot.
DOTParser
Constructor with InputStream.
DOTParser(InputStream, String)
- Constructor for class org.graphstream.stream.file.dot.
DOTParser
Constructor with InputStream and supplied encoding
DOTParser(Reader)
- Constructor for class org.graphstream.stream.file.dot.
DOTParser
Constructor.
DOTParser(DOTParserTokenManager)
- Constructor for class org.graphstream.stream.file.dot.
DOTParser
Constructor with generated Token Manager.
DOTParserConstants
- Interface in
org.graphstream.stream.file.dot
Token literal values and constants.
DOTParserTokenManager
- Class in
org.graphstream.stream.file.dot
Token Manager.
DOTParserTokenManager(SimpleCharStream)
- Constructor for class org.graphstream.stream.file.dot.
DOTParserTokenManager
Constructor.
DOTParserTokenManager(SimpleCharStream, int)
- Constructor for class org.graphstream.stream.file.dot.
DOTParserTokenManager
Constructor.
dotProduct(double, double)
- Method in class org.graphstream.ui.geom.
Vector2
dotProduct(Vector2)
- Method in class org.graphstream.ui.geom.
Vector2
Dot product of this and other.
dotProduct(double, double, double)
- Method in class org.graphstream.ui.geom.
Vector3
dotProduct(Vector3)
- Method in class org.graphstream.ui.geom.
Vector3
Dot product of this and other.
DOTS
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
DOUBLE
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
doubleValue()
- Method in class org.graphstream.ui.graphicGraph.stylesheet.
Value
dynamicElements()
- Method in class org.graphstream.ui.graphicGraph.
StyleGroup
Subset of elements that have dynamic style values and therefore must be rendered one by one, not in groups like others.
DYNICON
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
DYNPLAIN
- Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.
StyleSheetParserConstants
RegularExpression Id.
DYNSIZE
- 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 © 2012. All Rights Reserved.