- cached - Variable in class edu.uci.ics.jung.algorithms.path.DijkstraDistance
-
- calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
-
- calcAttraction(E) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
-
- calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
-
- calcPositions(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
-
- calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout
-
- calcRepulsion(V) - Method in class edu.uci.ics.jung.algorithms.layout.FRLayout2
-
- calculateRepulsion() - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout
-
- cartesianToPolar(Point2D) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
-
Returns the result of converting point
to polar coordinates.
- cartesianToPolar(double, double) - Static method in class edu.uci.ics.jung.algorithms.layout.PolarPoint
-
Returns the result of converting (x, y)
to polar coordinates.
- CENTER - Static variable in interface org.girod.jgraphml.model.LabelStyle
-
The constant for the center alignment of the label.
- characters(char[], int, int) - Method in class org.girod.jgraphml.reader.XMLTreeHandler
-
- children - Variable in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
The children nodes.
- children - Variable in class org.girod.jgraphml.xml.XMLNode
-
The children nodes.
- CHILDREN_DISTRIBUTED - Static variable in interface org.girod.jgraphml.model.GroupNodeSizeType
-
The size type which uses the children sizes, considering that the children are distributed on a grid.
- CHILDREN_HEIGHT - Static variable in interface org.girod.jgraphml.model.GroupNodeSizeType
-
The size type which uses the children total height, considering that all the children are aligned on a column.
- CHILDREN_WIDTH - Static variable in interface org.girod.jgraphml.model.GroupNodeSizeType
-
The size type which uses the children total width, considering that all the children are aligned on a line.
- CIRCLE - Static variable in interface org.girod.jgraphml.model.ArrowType
-
The constant for having a black circle.
- CircleLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
-
A Layout
implementation that positions vertices equally spaced on a regular circle.
- CircleLayout() - Constructor for class edu.uci.ics.jung.algorithms.layout.CircleLayout
-
Creates an instance which does not initialize the vertex locations.
- CircleLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.CircleLayout
-
Creates an instance for the specified graph.
- CircleLayout.CircleVertexData - Class in edu.uci.ics.jung.algorithms.layout
-
- CircleVertexData() - Constructor for class edu.uci.ics.jung.algorithms.layout.CircleLayout.CircleVertexData
-
- clear() - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
- clear() - Method in class edu.uci.ics.jung.graph.util.Pair
-
- clearDiagramResources() - Method in class org.girod.jgraphml.model.GraphMLDiagram
-
Clear the diagram resources.
- clone() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
- clone() - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
-
- clone() - Method in class org.girod.jgraphml.model.AbstractIDElement
-
- clone() - Method in class org.girod.jgraphml.model.AbstractLabel
-
- clone() - Method in class org.girod.jgraphml.model.Arrows
-
- clone() - Method in class org.girod.jgraphml.model.DiagramDefaults
-
- clone() - Method in class org.girod.jgraphml.model.DropShadow
-
- clone() - Method in class org.girod.jgraphml.model.EdgeLabel
-
- clone() - Method in class org.girod.jgraphml.model.EdgeLabel.ParamModel
-
- clone() - Method in class org.girod.jgraphml.model.Geometry
-
- clone() - Method in class org.girod.jgraphml.model.GraphMLDiagram
-
- clone() - Method in class org.girod.jgraphml.model.GraphMLEdge
-
- clone() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
-
- clone() - Method in class org.girod.jgraphml.model.GraphMLNode
-
- clone() - Method in class org.girod.jgraphml.model.GroupStateNode
-
- clone() - Method in interface org.girod.jgraphml.model.IGraphMLNode
-
Clone the node.
- clone() - Method in class org.girod.jgraphml.model.LineStyle
-
- clone() - Method in class org.girod.jgraphml.model.NodeLabel
-
- clone() - Method in class org.girod.jgraphml.model.Path
-
- clone() - Method in class org.girod.jgraphml.model.Point
-
- clone() - Method in class org.girod.jgraphml.model.ShapeNode
-
- clone() - Method in class org.girod.jgraphml.model.templates.GraphMLEdgeTemplate
-
- clone() - Method in class org.girod.jgraphml.model.templates.GraphMLGroupNodeTemplate
-
- clone() - Method in class org.girod.jgraphml.model.templates.GraphMLNodeTemplate
-
- closedGroupBorderInsets - Variable in class org.girod.jgraphml.model.DiagramDefaults
-
The default border insets of closed group nodes.
- closedGroupInnerGraphDisplayEnabled - Variable in class org.girod.jgraphml.model.DiagramDefaults
-
The default inner graph display for closed group nodes.
- closedGroupInsets - Variable in class org.girod.jgraphml.model.DiagramDefaults
-
The default insets of closed group nodes.
- ClosenessCentrality<V,E> - Class in edu.uci.ics.jung.algorithms.scoring
-
Assigns scores to each vertex based on the mean distance to each other vertex.
- ClosenessCentrality(Hypergraph<V, E>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
-
Creates an instance using the specified vertex/vertex distance metric.
- ClosenessCentrality(Hypergraph<V, E>, Transformer<E, ? extends Number>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
-
Creates an instance which measures distance using the specified edge weights.
- ClosenessCentrality(Hypergraph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.scoring.ClosenessCentrality
-
Creates an instance which measures distance on the graph without edge weights.
- COLOR_BLACK - Static variable in class org.girod.jgraphml.model.DiagramDefaults
-
The default black color.
- ComparableComparator<T extends java.lang.Comparable> - Class in edu.uci.ics.jung.graph.collections
-
A Comparator
that compares Comparable
objects.
- ComparableComparator() - Constructor for class edu.uci.ics.jung.graph.collections.ComparableComparator
-
Constructor whose use should be avoided.
- compare(V, V) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance.VertexComparator
-
- compare(T, T) - Method in class edu.uci.ics.jung.graph.collections.ComparableComparator
-
Compare the two Comparable
arguments.
- compareTo(KeyType) - Method in class org.girod.jgraphml.model.KeyType
-
- componentResized(ComponentEvent) - Method in class edu.uci.ics.jung.algorithms.layout.SpringLayout.SpringDimensionChecker
-
- computeSize(boolean) - Method in class org.girod.jgraphml.model.AbstractGraphMLNode
-
Compute the size of the node.
- computeSize() - Method in class org.girod.jgraphml.model.GraphMLDiagram
-
Compute the size of the nodes.
- computeSize(float) - Method in class org.girod.jgraphml.model.GraphMLDiagram
-
Compute the size of the nodes.
- computeSize(float, boolean, boolean) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
-
Compute the size of the node.
- computeSize(float, boolean) - Method in class org.girod.jgraphml.model.GraphMLGroupNode
-
Compute the size of the group node.
- computeSize(float, boolean, boolean) - Method in class org.girod.jgraphml.model.GraphMLNode
-
Compute the size of the node.
- computeSize(float, boolean) - Method in class org.girod.jgraphml.model.GraphMLNode
-
Do nothing.
- computeSize(boolean) - Method in interface org.girod.jgraphml.model.IGraphMLNode
-
Compute the size of the node.
- computeSize(float, boolean, boolean) - Method in interface org.girod.jgraphml.model.IGraphMLNode
-
Compute the size of the node.
- computeSize(float, boolean) - Method in interface org.girod.jgraphml.model.IGraphMLNode
-
Compute the size of the node.
- contains(Object) - Method in class edu.uci.ics.jung.algorithms.util.MapBinaryHeap
-
- contains(Object) - Method in class edu.uci.ics.jung.graph.util.Pair
-
- containsAll(Collection<?>) - Method in class edu.uci.ics.jung.graph.util.Pair
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- containsEdge(E) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns true if this graph's edge collection contains edge
.
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- containsEdge(H) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- containsEdge(E) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- containsEdge(GraphMLEdge) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Returns true if this graph's edge collection contains edge
.
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseGraph
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.DirectedSparseMultigraph
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.GraphDecorator
-
- containsVertex(V) - Method in interface edu.uci.ics.jung.graph.Hypergraph
-
Returns true if this graph's vertex collection contains vertex
.
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.OrderedKAryTree
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.SetHypergraph
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.SparseGraph
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.SparseMultigraph
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseGraph
-
- containsVertex(V) - Method in class edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
- containsVertex(IGraphMLNode) - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Returns true if this graph's vertex collection contains vertex
.
- Context<G,E> - Class in edu.uci.ics.jung.graph.util
-
A class that is used to link together a graph element and a specific graph.
- Context() - Constructor for class edu.uci.ics.jung.graph.util.Context
-
- CONVEX - Static variable in interface org.girod.jgraphml.model.ArrowType
-
The constant for having a convex semi-circle.
- copy(GroupStateNode) - Method in class org.girod.jgraphml.model.GroupStateNode
-
Copy a template.
- copy(ShapeNode) - Method in class org.girod.jgraphml.model.ShapeNode
-
Copy a template.
- copy() - Method in class org.girod.jgraphml.xml.XMLNode
-
Create a copy of this node.
- copy() - Method in class org.girod.jgraphml.xml.XMLRoot
-
Create a copy of this node.
- countAttributes() - Method in class org.girod.jgraphml.xml.XMLNode
-
Return the number of attributes of the Node.
- countChildren() - Method in class org.girod.jgraphml.xml.XMLNode
-
Return the number of children of the Node.
- countEdges() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Return the number of edges.
- countGroupNodes() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Return the number of group nodes.
- countGroupNodes() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
-
Return the number of group nodes.
- countGroupNodes() - Method in interface org.girod.jgraphml.model.NodeParent
-
Return the number of group nodes.
- countNodes() - Method in class org.girod.jgraphml.model.AbstractGraphMLDiagram
-
Return the number of nodes.
- countNodes() - Method in class org.girod.jgraphml.model.GraphMLGroupNode
-
Return the number of children nodes.
- countNodes() - Method in interface org.girod.jgraphml.model.NodeParent
-
Return the number of children nodes.
- create() - Method in interface edu.uci.ics.jung.graph.collections.Factory
-
Create a new object.
- createAdditionalLabel(String) - Method in class org.girod.jgraphml.model.GraphMLEdge
-
Create an additional label, with a specified ratio.
- createAdditionalLabel(String, float) - Method in class org.girod.jgraphml.model.GraphMLEdge
-
Create an additional label, with a specified ratio.
- createAdditionalLabel() - Method in class org.girod.jgraphml.model.GraphMLEdge
-
Create an additional label.
- createEdge(AbstractGraphMLDiagram, String) - Method in class org.girod.jgraphml.model.templates.GraphMLEdgeTemplate
-
Create an edge from this template.
- createGraphMLEdgeTemplate(String) - Method in class org.girod.jgraphml.GraphMLFactory
-
Create an edge template.
- createGraphMLGroupNodeTemplate(String) - Method in class org.girod.jgraphml.GraphMLFactory
-
Create a group node template.
- createGraphMLNodeTemplate(String) - Method in class org.girod.jgraphml.GraphMLFactory
-
Create a node template.
- createGroupNode(AbstractGraphMLDiagram, String) - Method in class org.girod.jgraphml.model.templates.GraphMLGroupNodeTemplate
-
Create a node from this template.
- createLabel(boolean) - Method in class org.girod.jgraphml.model.GraphMLEdge
-
Create the edge associated label.
- createLabel(boolean) - Method in class org.girod.jgraphml.model.GraphMLNode
-
Create the node associated label.
- createLabel(boolean) - Method in interface org.girod.jgraphml.model.LabeledElement
-
Create the element associated label.
- createLabelPlacement(short) - Method in class org.girod.jgraphml.model.AbstractLabel
-
Create the label placement.
- createLabelPlacement() - Method in class org.girod.jgraphml.model.AbstractLabel
-
Create the label placement. it will only create a new one if the placement is null.
- createLabelPlacement() - Method in interface org.girod.jgraphml.model.LabeledElement
-
Create the label placement.
- createNode(AbstractGraphMLDiagram, String) - Method in class org.girod.jgraphml.model.templates.GraphMLNodeTemplate
-
Create a node from this template.
- createRecord(V, E, double) - Method in class edu.uci.ics.jung.algorithms.path.DijkstraDistance.SourceData
-
- createScript(ClassLoader) - Method in class org.girod.jgraphml.app.ScriptWrapper
-
Create the script.
- CROSS - Static variable in interface org.girod.jgraphml.model.ArrowType
-
The constant for having a cross.
- currentIteration - Variable in class edu.uci.ics.jung.algorithms.layout.SpringLayout2
-