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 

A

A - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
A1 - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
A2 - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
ABBREVIATED_MONTH_NAME - Static variable in class org.graphstream.util.time.ISODateComponent
 
ABBREVIATED_MONTH_NAME_ALIAS - Static variable in class org.graphstream.util.time.ISODateComponent
 
ABBREVIATED_WEEKDAY_NAME - Static variable in class org.graphstream.util.time.ISODateComponent
 
ABOVE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
AbstractEdge - Class in org.graphstream.graph.implementations
This class provides a basic implementation of Edge interface, to minimize the effort required to implement this interface.
AbstractElement - Class in org.graphstream.graph.implementations
A base implementation of an element.
AbstractElement(String) - Constructor for class org.graphstream.graph.implementations.AbstractElement
New element.
AbstractElement.AttributeChangeEvent - Enum in org.graphstream.graph.implementations
 
AbstractGraph - Class in org.graphstream.graph.implementations
This class provides a basic implementation of Graph interface, to minimize the effort required to implement this interface.
AbstractGraph(String) - Constructor for class org.graphstream.graph.implementations.AbstractGraph
The same as AbstractGraph(id, true, false)
AbstractGraph(String, boolean, boolean) - Constructor for class org.graphstream.graph.implementations.AbstractGraph
Creates a new graph.
AbstractNode - Class in org.graphstream.graph.implementations
This class provides a basic implementation of Node interface, to minimize the effort required to implement this interface.
accumulateEnergy(double) - Method in class org.graphstream.ui.layout.springbox.Energies
Accumulate some energy in the current energy cell.
actionPerformed(ActionEvent) - Method in class org.graphstream.ui.view.Viewer
Called on a regular basis by the timer.
activate() - Method in class org.graphstream.ui.graphicGraph.StyleGroup.ElementEvents
 
activateEventsFor(Element) - Method in class org.graphstream.ui.graphicGraph.StyleGroup
Before drawing an element that has events, use this method to activate the events, the style values will be modified accordingly.
add(Node, Edge) - Method in class org.graphstream.graph.Path
Method that adds a node (and an edge) to the path.
add(Edge) - Method in class org.graphstream.graph.Path
Method that adds an edge an a node to the path.
add(Vector2) - Method in class org.graphstream.ui.geom.Vector2
Add each element of other to the corresponding element of this.
add(Vector3) - Method in class org.graphstream.ui.geom.Vector3
Add each element of other to the corresponding element of this.
add(E) - Method in class org.graphstream.util.set.FixedArrayList
Add one element in the array.
addAll(Collection<? extends E>) - Method in class org.graphstream.util.set.FixedArrayList
 
addAlternateStyle(String, Rule) - Method in class org.graphstream.ui.graphicGraph.stylesheet.Style
Add an alternative style for specific events.
addAttribute(String, Object...) - Method in interface org.graphstream.graph.Element
Add or replace the value of an attribute.
addAttribute(String, Object...) - Method in class org.graphstream.graph.implementations.AbstractElement
 
addAttribute(String, Object) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
addAttribute(String, Object...) - Method in class org.graphstream.ui.graphicGraph.GraphicElement
 
addAttribute(String, Object...) - Method in class org.graphstream.ui.spriteManager.Sprite
 
addAttributeClass(String, String) - Method in class org.graphstream.stream.file.FileSourceBase
Declare that when attribute is found, the corresponding attribute_class must be instantiated and inserted in the current element being parsed.
addAttributes(Map<String, Object>) - Method in interface org.graphstream.graph.Element
Add or replace each attribute found in attributes.
addAttributes(Map<String, Object>) - Method in class org.graphstream.graph.implementations.AbstractElement
 
addAttributes(Map<String, Object>) - Method in class org.graphstream.graph.implementations.OneAttributeElement
 
addAttributes(Map<String, Object>) - Method in class org.graphstream.ui.spriteManager.Sprite
 
addAttributeSink(AttributeSink) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.PipeAdapter
 
addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.rmi.RMISource
 
addAttributeSink(AttributeSink) - Method in interface org.graphstream.stream.Source
Add a sink for attribute events only.
addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.SourceAdapter
 
addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.SourceBase
 
addAttributeSink(AttributeSink) - Method in class org.graphstream.stream.Timeline
 
addAttributeSink(AttributeSink) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addDefaultView(boolean) - Method in class org.graphstream.ui.view.Viewer
Build the default graph view and insert it.
addEdge(String, String, String) - Method in interface org.graphstream.graph.Graph
Adds an undirected edge between nodes.
addEdge(String, String, String, boolean) - Method in interface org.graphstream.graph.Graph
Like Graph.addEdge(String, String, String), but this edge can be directed between the two given nodes.
addEdge(String, int, int) - Method in interface org.graphstream.graph.Graph
Like Graph.addEdge(String, String, String) but the nodes are identified by their indices.
addEdge(String, int, int, boolean) - Method in interface org.graphstream.graph.Graph
Like Graph.addEdge(String, String, String, boolean) but the nodes are identified by their indices.
addEdge(String, Node, Node) - Method in interface org.graphstream.graph.Graph
Like Graph.addEdge(String, String, String) but the node references are given instead of node identifiers.
addEdge(String, Node, Node, boolean) - Method in interface org.graphstream.graph.Graph
Like Graph.addEdge(String, String, String, boolean) but the node references are given instead of node identifiers.
addEdge(String, String, String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addEdge(String, String, String, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addEdge(String, int, int) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addEdge(String, int, int, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addEdge(String, Node, Node) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addEdge(String, Node, Node, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addEdge(String, String, String) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addEdge(String, String, String, boolean) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addEdge(String, int, int) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addEdge(String, int, int, boolean) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addEdge(String, Node, Node) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addEdge(String, Node, Node, boolean) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addEdgeAttributeFiltered(String) - Method in class org.graphstream.stream.file.FileSinkBaseFiltered
Add a new attribute to filter
addElement(Element) - Method in class org.graphstream.ui.graphicGraph.StyleGroup
Add a new graph element to the group.
addElement(Element) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Add an element and bind it to its style group.
addElementSink(ElementSink) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addElementSink(ElementSink) - Method in class org.graphstream.stream.PipeAdapter
 
addElementSink(ElementSink) - Method in class org.graphstream.stream.rmi.RMISource
 
addElementSink(ElementSink) - Method in interface org.graphstream.stream.Source
Add a sink for elements events only.
addElementSink(ElementSink) - Method in class org.graphstream.stream.SourceAdapter
 
addElementSink(ElementSink) - Method in class org.graphstream.stream.SourceBase
 
addElementSink(ElementSink) - Method in class org.graphstream.stream.Timeline
 
addElementSink(ElementSink) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addGraphAttributeFiltered(String) - Method in class org.graphstream.stream.file.FileSinkBaseFiltered
Add a new attribute to filter
addGroup(String) - Method in class org.graphstream.ui.graphicGraph.stylesheet.Rule
Specify that this rule participates in the given style group.
addKeyListener(KeyListener) - Method in interface org.graphstream.ui.view.View
Add key ui listener.
addListener(StyleGroupListener) - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
Add a listener for element style changes.
addListener(StyleSheetListener) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
Add a listener for style events.
addLogo(String, int, int) - Method in class org.graphstream.stream.file.FileSinkImages
Add a logo on images.
addMouseListener(MouseListener) - Method in interface org.graphstream.ui.view.View
Add mouse ui listener.
addMouseMotionListener(MouseMotionListener) - Method in interface org.graphstream.ui.view.View
Add mouse motion ui listener.
addNode(String) - Method in interface org.graphstream.graph.Graph
Add a node in the graph.
addNode(String) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addNode(String) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addNodeAttributeFiltered(String) - Method in class org.graphstream.stream.file.FileSinkBaseFiltered
Add a new attribute to filter
addNodeOrEdge(String, KeyValues) - Method in class org.graphstream.stream.file.gml.GMLContext
 
addRenderer(String, GraphicElement.SwingElementRenderer) - Method in class org.graphstream.ui.graphicGraph.StyleGroup
Add a renderer to this group.
addRule(Rule) - Method in class org.graphstream.ui.graphicGraph.stylesheet.StyleSheet
Add a new rule with its style.
addSink(Sink) - Method in class org.graphstream.graph.implementations.AbstractGraph
 
addSink(Sink) - Method in class org.graphstream.stream.PipeAdapter
 
addSink(Sink) - Method in class org.graphstream.stream.rmi.RMISource
 
addSink(Sink) - Method in interface org.graphstream.stream.Source
Add a sink for all graph events (attributes and graph elements) coming from this source.
addSink(Sink) - Method in class org.graphstream.stream.SourceAdapter
 
addSink(Sink) - Method in class org.graphstream.stream.SourceBase
 
addSink(Sink) - Method in class org.graphstream.stream.Timeline
 
addSink(Sink) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addSprite(String) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
addSprite(String) - Method in class org.graphstream.ui.spriteManager.SpriteManager
Add a sprite with the given identifier.
addSprite(String, Class<T>) - Method in class org.graphstream.ui.spriteManager.SpriteManager
Add a sprite of a given subclass of Sprite with the given identifier.
addSprite(String, Class<T>, Values) - Method in class org.graphstream.ui.spriteManager.SpriteManager
Same as SpriteManager.addSprite(String, Class) but also allows to specify an initial position.
addValues(double...) - Method in class org.graphstream.ui.graphicGraph.stylesheet.Values
Append the given set of values at the end of this set.
addView(View) - Method in class org.graphstream.ui.view.Viewer
Add a view using its identifier.
addView(String, GraphRenderer) - Method in class org.graphstream.ui.view.Viewer
Add a new default view with a specific renderer.
addView(String, GraphRenderer, boolean) - Method in class org.graphstream.ui.view.Viewer
Same as Viewer.addView(String, GraphRenderer) but allows to specify that the view uses a frame or not.
addViewerListener(ViewerListener) - Method in class org.graphstream.ui.view.ViewerPipe
 
AdjacencyListGraph - Class in org.graphstream.graph.implementations
A lightweight graph class intended to allow the construction of big graphs (millions of elements).
AdjacencyListGraph(String, boolean, boolean, int, int) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
Creates an empty graph.
AdjacencyListGraph(String, boolean, boolean) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
Creates an empty graph with default edge and node capacity.
AdjacencyListGraph(String) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
Creates an empty graph with strict checking and without auto-creation.
AdjacencyListNode - Class in org.graphstream.graph.implementations
Nodes used with AdjacencyListGraph
adjustBeginLineColumn(int, int) - Method in class org.graphstream.util.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
all() - Method in class org.graphstream.stream.file.dgs.DGSParser
 
all() - Method in class org.graphstream.stream.file.dot.DOTParser
 
all() - Method in class org.graphstream.stream.file.gml.GMLParser
 
all() - Method in class org.graphstream.stream.file.pajek.PajekParser
Unused rule, call it to slurp in the whole file.
all() - Method in class org.graphstream.stream.file.tlp.TLPParser
 
all() - Method in interface org.graphstream.util.parser.Parser
Parse the whole stream.
allNodesOrSpritesIn(double, double, double, double) - Method in class org.graphstream.ui.swingViewer.basicRenderer.SwingBasicGraphRenderer
 
allNodesOrSpritesIn(double, double, double, double) - Method in class org.graphstream.ui.swingViewer.DefaultView
 
allNodesOrSpritesIn(double, double, double, double) - Method in interface org.graphstream.ui.swingViewer.GraphRenderer
Search for all the nodes and sprites contained inside the rectangle (x1,y1)-(x2,y2).
allNodesOrSpritesIn(GraphicGraph, double, double, double, double) - Method in class org.graphstream.ui.swingViewer.util.DefaultCamera
Search for all the nodes and sprites contained inside the rectangle (x1,y1)-(x2,y2).
allNodesOrSpritesIn(double, double, double, double) - Method in interface org.graphstream.ui.view.View
Search for all the nodes and sprites contained inside the rectangle (x1,y1)-(x2,y2).
ALONG - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
AM_PM - Static variable in class org.graphstream.util.time.ISODateComponent
 
and(Filter<T>, Filter<T>) - Static method in class org.graphstream.util.Filters
 
ANGLE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
AnnotatedSink - Class in org.graphstream.stream
A sink easily allowing a bind between attribute modifications and method calls.
AnnotatedSink.Bind - Annotation Type in org.graphstream.stream
Annotation used to bind an event to a method.
anyGraphicAttribute() - Method in class org.graphstream.stream.file.pajek.PajekParser
 
AP - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
apply(Sink) - Method in class org.graphstream.util.GraphDiff
Considering this object is a diff between g1 and g2, calling this method will applied changes on g1 such that g1 will look like g2.
apply(String, Sink) - Method in class org.graphstream.util.GraphDiff
 
ARCS - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
ARCSLIST - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
RegularExpression Id.
areEmptyGroupRemoved() - Method in class org.graphstream.ui.graphicGraph.StyleGroupSet
True if groups are removed when becoming empty.
ARRAY_CLOSE - Static variable in class org.graphstream.stream.file.dgs.DGSParser
 
ARRAY_OPEN - Static variable in class org.graphstream.stream.file.dgs.DGSParser
 
ARROW - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
Arrow - Class in org.graphstream.ui.swingViewer.basicRenderer.shapes
 
Arrow() - Constructor for class org.graphstream.ui.swingViewer.basicRenderer.shapes.Arrow
 
ARROWIMGURL - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
arrowShape() - Method in class org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParser
 
ARROWSHAPE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
ARROWSIZE - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
at(int) - Method in class org.graphstream.ui.geom.Vector2
i-th element.
ATLEFT - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
ATRIGHT - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
attached() - Method in class org.graphstream.ui.spriteManager.Sprite
True if attached to an edge or node.
attachToEdge(GraphicEdge) - Method in class org.graphstream.ui.graphicGraph.GraphicSprite
Attach this sprite to the given edge.
attachToEdge(String) - Method in class org.graphstream.ui.spriteManager.Sprite
Attach the sprite to an edge with the given identifier.
attachToNode(GraphicNode) - Method in class org.graphstream.ui.graphicGraph.GraphicSprite
Attach this sprite to the given node.
attachToNode(String) - Method in class org.graphstream.ui.spriteManager.Sprite
Attach the sprite to a node with the given identifier.
attE - Variable in class org.graphstream.ui.layout.springbox.EdgeSpring
The edge attraction energy.
attE - Variable in class org.graphstream.ui.layout.springbox.NodeParticle
Attraction energy for this node only.
AttributePipe - Class in org.graphstream.stream
Allows to filter the attribute event stream.
AttributePipe() - Constructor for class org.graphstream.stream.AttributePipe
 
AttributePredicate - Interface in org.graphstream.stream
Tell if an attribute is recognized.
AttributeSink - Interface in org.graphstream.stream
Interface to listen at changes on attributes of a graph.
attributeSinks() - Method in interface org.graphstream.graph.Graph
Returns an "iterable" of AttributeSink objects registered to this graph.
attributeSinks() - Method in class org.graphstream.graph.implementations.AbstractGraph
 
attributeSinks() - Method in class org.graphstream.stream.SourceBase
 
attributeSinks() - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
 
attributeUpdated(GEXFAttribute, Object) - Method in class org.graphstream.stream.file.gexf.GEXFAttValues
 
ATZOOM - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
RegularExpression Id.
augment(Style) - Method in class org.graphstream.ui.graphicGraph.stylesheet.Style
Copy all the settings of the other style that are set, excepted the parent.
AUTHOR - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
RegularExpression Id.
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 © 2015. All rights reserved.