Index
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
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A - org.graphstream.stream.file.FileSourceGEXF.GEXFConstants.COLORAttribute
- 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 - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.IconMode
- ABOVE - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextAlignment
- 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.
- 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(E) - Method in class org.graphstream.util.set.FixedArrayList
-
Add one
element
in the array. - add(Edge) - Method in class org.graphstream.graph.Path
-
Adds an edge to the path.
- add(Node, Edge) - Method in class org.graphstream.graph.Path
-
Adds a node and an edge 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 - org.graphstream.graph.implementations.AbstractElement.AttributeChangeEvent
- ADD - org.graphstream.graph.implementations.OneAttributeElement.AttributeChangeEvent
- ADD_EDGE - org.graphstream.util.VerboseSink.EventType
- ADD_EDGE_ATTRIBUTE - org.graphstream.util.VerboseSink.EventType
- ADD_GRAPH_ATTRIBUTE - org.graphstream.util.VerboseSink.EventType
- ADD_NODE - org.graphstream.util.VerboseSink.EventType
- ADD_NODE_ATTRIBUTE - org.graphstream.util.VerboseSink.EventType
- 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 class org.graphstream.graph.implementations.OneAttributeElement
- addAttributeClass(String, String) - Method in class org.graphstream.stream.file.FileSourceBase
-
Declare that when
attribute
is found, the correspondingattribute_class
must be instantiated and inserted in the current element being parsed. - 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, 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) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
- 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, int, int, boolean) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
- 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, String, String, boolean) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
- 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) - Method in class org.graphstream.ui.graphicGraph.GraphicGraph
- 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, Node, Node, boolean) - Method in class org.graphstream.graph.implementations.AbstractGraph
- 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
- addFilter(Filter) - Method in class org.graphstream.stream.file.FileSinkImages
-
Add a filter.
- 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.
- 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.
- addListener(T, U) - Method in interface org.graphstream.ui.view.View
-
Generic method for add a new Listener.
- AddLogoFilter - Class in org.graphstream.stream.file.images.filters
-
This filter adds a logo-picture on each outputted image.
- AddLogoFilter(String, int, int) - Constructor for class org.graphstream.stream.file.images.filters.AddLogoFilter
-
Create a new filter to add a logo on top of images.
- 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.
- address - Variable in class org.graphstream.stream.binary.ByteProxy
-
The address the proxy is bound to.
- 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. - addTransport(ByteEncoder.Transport) - Method in interface org.graphstream.stream.binary.ByteEncoder
-
Add a new transport to this encoder.
- addTransport(ByteEncoder.Transport) - Method in class org.graphstream.stream.netstream.NetStreamEncoder
- addValues(double...) - Method in class org.graphstream.ui.graphicGraph.stylesheet.Values
-
Append the given set of values at the end of this set.
- 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. - addView(View) - Method in class org.graphstream.ui.view.Viewer
-
Add a view using its identifier.
- 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) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
-
Creates an empty graph with strict checking and without auto-creation.
- AdjacencyListGraph(String, boolean, boolean) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
-
Creates an empty graph with default edge and node capacity.
- AdjacencyListGraph(String, boolean, boolean, int, int) - Constructor for class org.graphstream.graph.implementations.AdjacencyListGraph
-
Creates an empty graph.
- 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.
- AGEOFDGPSDATA - org.graphstream.stream.file.FileSourceGPX.GPXConstants.Balise
- AliasComponent(String, String) - Constructor for class org.graphstream.util.time.ISODateComponent.AliasComponent
- 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.
- ALL - org.graphstream.stream.file.FileSourceGraphML.GraphMLConstants.KeyDomain
- allGraphicElementsIn(EnumSet<InteractiveElement>, double, double, double, double) - Method in interface org.graphstream.ui.view.GraphRenderer
-
Search for all the graphic elements of the specified types contained inside the rectangle (x1,y1)-(x2,y2).
- allGraphicElementsIn(EnumSet<InteractiveElement>, double, double, double, double) - Method in interface org.graphstream.ui.view.View
-
Search for all the graphic elements contained inside the rectangle (x1,y1)-(x2,y2).
- allGraphicElementsIn(GraphicGraph, EnumSet<InteractiveElement>, double, double, double, double) - Method in interface org.graphstream.ui.view.camera.Camera
- allGraphicElementsIn(GraphicGraph, EnumSet<InteractiveElement>, double, double, double, double) - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
- ALONG - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextAlignment
- 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
- AMPMComponent() - Constructor for class org.graphstream.util.time.ISODateComponent.AMPMComponent
- ANGLE - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.Shape
- 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.
- ANY - org.graphstream.ui.graphicGraph.stylesheet.Selector.Type
- anyGraphicAttribute() - Method in class org.graphstream.stream.file.pajek.PajekParser
- ANYURI - org.graphstream.stream.file.FileSourceGEXF.GEXFConstants.AttributeType
- ANYURI - org.graphstream.stream.file.gexf.GEXFElement.AttrType
- AP - Static variable in interface org.graphstream.stream.file.pajek.PajekParserConstants
-
RegularExpression Id.
- apply(int) - Method in interface org.graphstream.ui.view.camera.ConnectorSkeleton
-
The i-th point of the edge shape.
- apply(BufferedImage) - Method in interface org.graphstream.stream.file.images.Filter
- apply(BufferedImage) - Method in class org.graphstream.stream.file.images.filters.AddLogoFilter
- apply(String, Sink) - Method in class org.graphstream.util.GraphDiff
- 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.
- 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.
- AreaSkeleton - Interface in org.graphstream.ui.view.camera
-
Class used by DefaultCamera, implementation in gs-ui-...
- 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 - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.ArrowShape
- ARROW - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.Shape
- ARROW - Static variable in interface org.graphstream.ui.graphicGraph.stylesheet.parser.StyleSheetParserConstants
-
RegularExpression Id.
- 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.
- AT_LEFT - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.IconMode
- AT_LEFT - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextAlignment
- AT_RIGHT - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.IconMode
- AT_RIGHT - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextAlignment
- AT_ZOOM - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.TextVisibilityMode
- AT_ZOOM - org.graphstream.ui.graphicGraph.stylesheet.StyleConstants.VisibilityMode
- 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(String) - Method in class org.graphstream.ui.spriteManager.Sprite
-
Attach the sprite to an edge with the given identifier.
- attachToEdge(GraphicEdge) - Method in class org.graphstream.ui.graphicGraph.GraphicSprite
-
Attach this sprite to the given edge.
- attachToNode(String) - Method in class org.graphstream.ui.spriteManager.Sprite
-
Attach the sprite to a node with the given identifier.
- attachToNode(GraphicNode) - Method in class org.graphstream.ui.graphicGraph.GraphicSprite
-
Attach this sprite to the given node.
- 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.
- ATTR_NAME - org.graphstream.stream.file.FileSourceGraphML.GraphMLConstants.KeyAttribute
- ATTR_TYPE - org.graphstream.stream.file.FileSourceGraphML.GraphMLConstants.KeyAttribute
- attributeKeys() - Method in interface org.graphstream.graph.Element
-
Stream over the attribute keys of the element.
- attributeKeys() - Method in class org.graphstream.graph.implementations.AbstractElement
- attributeKeys() - Method in class org.graphstream.ui.spriteManager.Sprite
- attributeName - Static variable in interface org.graphstream.ui.view.camera.Skeleton
- 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
- ATTVALUES - org.graphstream.stream.file.FileSourceGEXF.GEXFConstants.Balise
- 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 - org.graphstream.stream.file.FileSourceGPX.GPXConstants.Balise
- AUTHOR - org.graphstream.stream.file.FileSourceGPX.GPXConstants.COPYRIGHTAttribute
- AUTHOR - Static variable in interface org.graphstream.stream.file.tlp.TLPParserConstants
-
RegularExpression Id.
- autoFitView() - Method in class org.graphstream.ui.view.camera.DefaultCamera2D
-
Compute a transformation matrix that pass from graph units (user space) to pixel units (device space) so that the whole graph is visible.
All Classes All Packages