Skip navigation links
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 

A

AbstractGraph<V,E> - Class in edu.uci.ics.jung.graph
Abstract implementation of the Graph interface.
AbstractGraph() - Constructor for class edu.uci.ics.jung.graph.AbstractGraph
 
AbstractGraphMLDiagram - Class in org.girod.jgraphml.model
An abstract graphml diagram.
AbstractGraphMLDiagram() - Constructor for class org.girod.jgraphml.model.AbstractGraphMLDiagram
 
AbstractGraphMLDiagram(DiagramDefaults) - Constructor for class org.girod.jgraphml.model.AbstractGraphMLDiagram
 
AbstractGraphMLNode - Class in org.girod.jgraphml.model
An abstract graph node.
AbstractGraphMLNode(AbstractGraphMLDiagram, String) - Constructor for class org.girod.jgraphml.model.AbstractGraphMLNode
Constructor.
AbstractIDElement - Class in org.girod.jgraphml.model
An abstract ID element.
AbstractIDElement() - Constructor for class org.girod.jgraphml.model.AbstractIDElement
 
AbstractLabel - Class in org.girod.jgraphml.model
Represents a label.
AbstractLabel() - Constructor for class org.girod.jgraphml.model.AbstractLabel
 
AbstractLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
Abstract class for implementations of Layout.
AbstractLayout() - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Creates an instance which does not initialize the vertex locations.
AbstractLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
Creates an instance which does not initialize the vertex locations.
AbstractLayout(Graph<V, E>, Transformer<V, Point2D>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
AbstractLayout(Graph<V, E>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
AbstractLayout(Graph<V, E>, Transformer<V, Point2D>, Dimension) - Constructor for class edu.uci.ics.jung.algorithms.layout.AbstractLayout
 
AbstractTypedGraph<V,E> - Class in edu.uci.ics.jung.graph
An abstract class for graphs whose edges all have the same EdgeType.
AbstractTypedGraph(EdgeType) - Constructor for class edu.uci.ics.jung.graph.AbstractTypedGraph
Creates an instance with the specified edge type.
acceptPlacement(short) - Method in class org.girod.jgraphml.model.LabelPlacement
Return true if the placement can be accepted with the current placement model.
add(T) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
Inserts o into this collection.
add(T) - Method in class edu.uci.ics.jung.graph.util.Pair
 
addAdditionalLabel(EdgeLabel) - Method in class org.girod.jgraphml.model.GraphMLEdge
Create an additional label.
addAll(Collection<? extends T>) - Method in class edu.uci.ics.jung.graph.util.Pair
 
addAttribute(String, int) - Method in class org.girod.jgraphml.xml.XMLNode
Add an attribute for this Node.
addAttribute(String, String) - Method in class org.girod.jgraphml.xml.XMLNode
Add an attribute for this Node.
addAttribute(String, float) - Method in class org.girod.jgraphml.xml.XMLNode
Add an attribute for this Node.
addAttribute(String, boolean) - Method in class org.girod.jgraphml.xml.XMLNode
Add an attribute for this Node.
addAttributeFilter(String, String) - Method in class org.girod.jgraphml.reader.NodeFilter
Add a filter on an attribute.
addChild(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateTree
add the passed child node as a child of parent.
addChild(E, V, V) - Method in class edu.uci.ics.jung.graph.DelegateTree
add the passed child node as a child of parent.
addChild(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Adds a node to this graph.
addChild(IGraphMLNode) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Adds a child node to this graph.
addChild(IGraphMLNode) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Adds a child node to the group.
addChild(IGraphMLNode) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child node to the parent.
addChild(XMLNode) - Method in class org.girod.jgraphml.xml.XMLNode
Add a child to this Node.
addDiagramResource(DiagramResource) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an diagram resource.
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateForest
Add an edge to the tree, connecting v1, the parent and v2, the child.
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.DelegateTree
Add an edge to the tree, connecting v1, the parent and v2, the child.
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Add an edge to the tree, connecting v1, the parent and v2, the child.
addEdge(E, V, V) - Method in interface edu.uci.ics.jung.graph.Graph
Adds edge e to this graph such that it connects vertex v1 to v2.
addEdge(E, V, V, EdgeType) - Method in interface edu.uci.ics.jung.graph.Graph
Adds edge e to this graph such that it connects vertex v1 to v2.
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addEdge(E, V, V, int) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
Adds the specified child vertex and edge e to the graph with the specified parent vertex parent.
addEdge(E, V, V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdge(E, V, V, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
addEdge(GraphMLEdge, IGraphMLNode, IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add an edge from a source to a target.
addEdge(IGraphMLNode, IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add an edge from a source to a target.
addEdge(GraphMLEdge, IGraphMLNode, IGraphMLNode) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an edge from a source to a target.
addEdge(IGraphMLNode, IGraphMLNode) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an edge from a source to a target.
addEdgeFrom(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Add an edge from another node to this one.
addEdgeFrom(IGraphMLNode) - Method in interface org.girod.jgraphml.model.IGraphMLNode
Add an edge from another node to this one.
addEdgeFromTemplate(IGraphMLNode, IGraphMLNode, String) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add an edge from a source to a target, using a template.
addEdgeFromTemplate(IGraphMLNode, IGraphMLNode, String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an edge from a source to a target, using a template.
addEdgeTo(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Add an edge from this node to another one.
addEdgeTo(IGraphMLNode) - Method in interface org.girod.jgraphml.model.IGraphMLNode
Add an edge from this node to another one.
addEdgeWithEndPoints(E, Pair<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
Adds edge to this graph with the specified endpoints, with the default edge type.
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
Adds edge to this graph with the specified endpoints and EdgeType.
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
addEdgeWithEndpoints(E, Pair<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
addEdgeWithEndpoints(GraphMLEdge, Pair<? extends IGraphMLNode>, EdgeType) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add an edgeto this graph with the specified endpoints and EdgeType.
addEdgeWithLabel(IGraphMLNode, IGraphMLNode, String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an edge from a source to a target, with a specified text.
addEdgeWithVertices(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdgeWithVertices(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.AbstractGraph
 
addEdgeWithVertices(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateForest
 
addEdgeWithVertices(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.DelegateTree
 
addEdgeWithVertices(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdgeWithVertices(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addEdgeWithVertices(E, Collection<? extends V>) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Adds edge to this graph.
addEdgeWithVertices(E, Collection<? extends V>, EdgeType) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Adds edge to this graph with type edge_type.
addEdgeWithVertices(E, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addEdgeWithVertices(E, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addEdgeWithVertices(H, Collection<? extends V>) - Method in class edu.uci.ics.jung.graph.SetHypergraph
Adds hyperedge to this graph and connects them to the vertex collection to_attach.
addEdgeWithVertices(H, Collection<? extends V>, EdgeType) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
addFromEdge(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Add an edge originating from another node.
addFromEdge(GraphMLEdge) - Method in interface org.girod.jgraphml.model.IGraphMLNode
Add an edge originating from another node.
addFromSubTree(Forest<V, E>, Forest<V, E>, E, V, V) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
 
addGraphEventListener(GraphEventListener<V, E>) - Method in class edu.uci.ics.jung.graph.ObservableGraph
Adds l as a listener to this graph.
addGroupNode(String) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add a group node with a specified id.
addGroupNode() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add a group node with an id specified automatically.
addGroupNode() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a group node with an id specified automatically.
addGroupNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Adds a child group node to the parent.
addGroupNode(String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Add a group node with a specified id.
addGroupNode() - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child group node to the parent.
addGroupNode(String) - Method in interface org.girod.jgraphml.model.NodeParent
Add a group node with a specified id.
addGroupNodeFromTemplate(String) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add a group node, using a template.
addGroupNodeFromTemplate(String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a group node, using a template.
addGroupNodeFromTemplate(String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Adds a child group node to the parent.
addGroupNodeFromTemplate(String) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child group node to the parent.
addGroupNodeFromTemplateWithLabel(String, String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Adds a child node to the parent, using a template, and with a specified label.
addGroupNodeFromTemplateWithLabel(String, String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Adds a child node to the parent, using a template, and with a specified label.
addGroupNodeFromTemplateWithLabel(String, String) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child group node to the parent, using a template, and with a specified label.
addGroupNodeWithLabel(String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a group node with an id specified automatically, and with a specified label.
addGroupNodeWithLabel(String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Adds a group node to the parent, and with a specified label.
addGroupNodeWithLabel(String) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a group node to the parent, and with a specified label.
addIconResource() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an icon resource.
addIconResourceData() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add an icon resource data.
additionalLabels - Variable in class org.girod.jgraphml.model.GraphMLEdge
The additional labels.
addKey(DiagramKey) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a key.
addNode(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Adds a node to this graph.
addNode(IGraphMLNode, boolean) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Adds a node to this graph.
addNode(String) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add a node with a specified id.
addNode() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add a node with an id specified automatically.
addNode() - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a node with an id specified automatically.
addNode() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Add a node with an id specified automatically.
addNode(String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Add a node with a specified id.
addNode() - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child node to the parent.
addNode(String) - Method in interface org.girod.jgraphml.model.NodeParent
Add a node with a specified id.
addNodeFromTemplate(String) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Add a node, using a template.
addNodeFromTemplate(String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a node, using a template.
addNodeFromTemplate(String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Add a node with an id specified automatically.
addNodeFromTemplate(String) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child node to the parent, using a template.
addNodeFromTemplateWithLabel(String, String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a node with an id specified automatically.
addNodeFromTemplateWithLabel(String, String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Adds a child node to the parent, using a template, and with a specified label.
addNodeFromTemplateWithLabel(String, String) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child node to the parent, using a template, and with a specified label.
addNodeWithLabel(String) - Method in class org.girod.jgraphml.model.GraphMLDiagram
Add a node with an id specified automatically, and with a specified label.
addNodeWithLabel(String) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
Add a node with an id specified automatically, and with a specified label.
addNodeWithLabel(String) - Method in interface org.girod.jgraphml.model.NodeParent
Adds a child node to the parent, and with a specified label.
addPoint(Point) - Method in class org.girod.jgraphml.model.Path
Add a point to the path.
addPoint(float, float) - Method in class org.girod.jgraphml.model.Path
Add a point to the path.
addSubTree(Forest<V, E>, Forest<V, E>, V, E) - Static method in class edu.uci.ics.jung.graph.util.TreeUtils
Connects subTree to tree by attaching it as a child of node with edge connectingEdge.
addToEdge(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
Add an edge originating from this node.
addToEdge(GraphMLEdge) - Method in interface org.girod.jgraphml.model.IGraphMLNode
Add an edge originating from this node.
addToParentFilters(XMLNode) - Method in class org.girod.jgraphml.reader.XMLTreeWalker
Add a node to the parent tags.
addTree(Tree<V, E>) - Method in class edu.uci.ics.jung.graph.DelegateForest
Adds tree to this graph as an element of this forest.
addVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateForest
Add vertex as a root of the tree
addVertex(V) - Method in class edu.uci.ics.jung.graph.DelegateTree
Will set the root of the Tree, only if the Tree is empty and the root is currently unset.
addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedOrderedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
 
addVertex(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
Adds vertex to this graph.
addVertex(V) - Method in class edu.uci.ics.jung.graph.ObservableGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SortedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedOrderedSparseMultigraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
 
addVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
 
addVertex(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Adds vertex to this graph.
addVertex(IGraphMLNode, boolean) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
Adds vertex to this graph.
adjustForGravity() - Method in class edu.uci.ics.jung.algorithms.layout.KKLayout
Shift all vertices so that the center of gravity is located at the center of the screen.
AggregateLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
A Layout implementation that combines multiple other layouts so that they may be manipulated as one layout.
AggregateLayout(Layout<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.AggregateLayout
Creates an instance backed by the specified delegate.
alreadyDone - Variable in class edu.uci.ics.jung.algorithms.layout.TreeLayout
 
appliedOnSegment() - Method in class org.girod.jgraphml.model.EdgeLabel.ParamModel
Return the segment on which the label is applied.
apply() - Method in interface org.girod.jgraphml.app.Script
 
applyAll(Insets, float) - Static method in class org.girod.jgraphml.model.Utilities
Fill a the Insets properties to the same value.
applyOnFirstSegment() - Method in class org.girod.jgraphml.model.EdgeLabel
Apply the label on the first segment.
applyOnLastSegment() - Method in class org.girod.jgraphml.model.EdgeLabel
Apply the label on the last segment.
applyOnSegment(int) - Method in class org.girod.jgraphml.model.EdgeLabel
Set the segment on which the label is applied.
applyOnSegment(int) - Method in class org.girod.jgraphml.model.EdgeLabel.ParamModel
Set the segment on which the label is applied.
Arrows - Class in org.girod.jgraphml.model
Represents edge arrows.
Arrows() - Constructor for class org.girod.jgraphml.model.Arrows
Constructor, with no arrow visible for the source or the target.
Arrows(short, short) - Constructor for class org.girod.jgraphml.model.Arrows
Constructor.
ARROWS - Static variable in interface org.girod.jgraphml.xml.XMLTags
The arrows tag.
arrowSource - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default type for the edge arrows source.
arrowTarget - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default type for the edge arrows target.
ArrowType - Interface in org.girod.jgraphml.model
The arrow type enumeration.
attributes - Variable in class org.girod.jgraphml.xml.XMLNode
The attributes.
autosize() - Method in class org.girod.jgraphml.model.ShapeNode
Autosize this node geometry if it is autosized.
autosized - Variable in class org.girod.jgraphml.model.DiagramDefaults
The default autosized property.
averageCounter - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
averageDelta - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
 
averageDistances(Hypergraph<V, E>, Distance<V>) - Static method in class edu.uci.ics.jung.algorithms.path.DistanceStatistics
For each vertex v in graph, calculates the average shortest path length from v to all other vertices in graph using the metric specified by d, and returns the results in a Map from vertices to Double values.
averageDistances(Hypergraph<V, E>) - Static method in class edu.uci.ics.jung.algorithms.path.DistanceStatistics
For each vertex v in g, calculates the average shortest path length from v to all other vertices in g, ignoring edge weights.
averaging - Variable in class edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Specifies whether the values returned are the sum of the v-distances or the mean v-distance.
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 
Skip navigation links

Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence