- e - Variable in class GridLayout
-
number of edges of the graph
- Edge - Class in jdg.graph
-
A class for representing an undirected of a graph, as an unordered pair of nodes
- Edge() - Constructor for class jdg.graph.Edge
-
Initialize an empty edge
- Edge(Node, Node, int) - Constructor for class jdg.graph.Edge
-
Initialize an edge (a, b)
- edgeColor - Variable in class SpringDrawing
-
- edgeOpacity - Variable in class SpringDrawing
-
- edges - Variable in class jdg.graph.AdjacencyListGraph
-
the edges of the graph, stored in a hash map as pairs of nodes
- enableCooling() - Method in class FR91Layout
-
Enable cooling process
- equals(Object) - Method in class GridPoint
-
Check whether two points have equal coordinates
- equals(Object) - Method in class jdg.graph.Edge
-
Check whether two points have equal coordinates
- euclideanDistance(GridPoint) - Method in class GridPoint
-
Return the Euclidean distance between the current point 'this' and a point 'p'
- extractComponent(AdjacencyListGraph, int, AdjacencyListGraph) - Static method in class jdg.graph.GraphAlgorithms
-
Given two input graphs G1, G2 and a vertex U, extract a sub-graph from g2 as defined below
- extractSubGraph(AdjacencyListGraph, boolean[]) - Static method in class jdg.graph.GraphAlgorithms
-
Given an input graph G, extract and return (a copy of) the induced sub-graph G', having a given sub-set of vertices