Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

G

g - Variable in class FR91Layout
Input graph to draw
g - Variable in class GridLayout
Input graph to draw: no combinatorial embedding provided (only the 1-skeleton of the graph)
g - Variable in class PlanarLayout
Input graph to draw: no combinatorial embedding provided (only the 1-skeleton of the graph)
generateRandom2DPoints(int, double, double) - Static method in class Util
Generate 'n' points at random locations in the plane (in a square of given size WxH)
generateRandom3DPoints(int, double, double, double) - Static method in class Util
Generate 'n' points at random locations in 3D (in a box of given size WxLxH)
generator - Static variable in class Util
Random generator
getCartesian(int) - Method in class GridPoint
Return the d-th coordinate of the point
getEdgeIndex(Node, Node) - Method in class jdg.graph.AdjacencyListGraph
Return the index of the edge having extremities (a, b) if any.
getIndices() - Method in class jdg.graph.AdjacencyListGraph
Return an array storing all vertex indices, according to the order of vertices
getLabel() - Method in class jdg.graph.Node
 
getNeighbors(Node) - Method in class jdg.graph.AdjacencyListGraph
 
getNode(int) - Method in class jdg.graph.AdjacencyListGraph
Return the node given its index (between [0..n-1])
getPoint(Point_2) - Method in class SpringDrawing
Return the integer coordinates of a pixel corresponding to a given point Warning: we must take care of the following parameters: -) the size of the canvas -) the size of bottom and left panels -) the negative direction of y-coordinates (in java drawing)
getTag() - Method in class jdg.graph.Node
 
getVertexLabel(Node) - Method in class SpringDrawing
Compute the label of a vertex, from its index, spectral distortion and vertex age
getX() - Method in class GridPoint
Return the x-coordinate
getY() - Method in class GridPoint
Return the y-coordinate
GraphAlgorithms - Class in jdg.graph
A small collection of graph algorithms
GraphAlgorithms() - Constructor for class jdg.graph.GraphAlgorithms
 
GraphReader_MTX - Class in jdg.io
Provides methods for dealing with graphs stored in Matrix Market format.
GraphReader_MTX() - Constructor for class jdg.io.GraphReader_MTX
 
GridLayout - Class in <Unnamed>
Planar Grid Layout of a graph: vertices are drawn as 2D point with integer coordinates (on a regular grid)
GridLayout(AdjacencyListGraph, int) - Constructor for class GridLayout
Initialize the drawing: by the default all vertices are placed at the origin (0.0, 0.0)
GridPoint - Class in <Unnamed>
A class for representing a 2D point (a cell) on an integer grid.
GridPoint() - Constructor for class GridPoint
Initialize an empty point
GridPoint(int, int) - Constructor for class GridPoint
Initialize an integer point having coordinates (x, y)
GridPoint(GridPoint) - Constructor for class GridPoint
Make a copy of a point q
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links