- scaleFactor - Variable in class MeshRenderer
-
- second - Variable in class jdg.graph.Edge
-
extremities of the edge
- seed - Static variable in class Util
-
- selectedNode - Variable in class SpringDrawing
-
node selected with mouse click (to show)
- selectNode(int, int) - Method in class SpringDrawing
-
Select the vertex whose 2d projection is the closest to pixel (i, j)
- setCartesian(int, int) - Method in class GridPoint
-
Set the d-th coordinate of the point
- setColor(int, int, int) - Method in class jdg.graph.Node
-
- setLabel(String) - Method in class jdg.graph.Node
-
- setOrigin() - Method in class GridPoint
-
- setTag(int) - Method in class jdg.graph.Node
-
- setup() - Method in class MeshParameterization
-
- setup() - Method in class SpringDrawing
-
Initialize the frame
- setX(int) - Method in class GridPoint
-
Set the x-coordinate
- setY(int) - Method in class GridPoint
-
Set the y-coordinate
- sizeEdges() - Method in class jdg.graph.AdjacencyListGraph
-
Return the number of arcs
Remark: arcs are not counted twice
- sizeVertices() - Method in class jdg.graph.AdjacencyListGraph
-
Return the number of nodes
- sizeX - Static variable in class SpringDrawing
-
- sizeY - Static variable in class SpringDrawing
-
- slowRepulsiveForce(Node) - Method in class FR91Layout
-
- SpringDrawing - Class in <Unnamed>
-
A program for computing network layouts with the "spring embedder" paradigm
examples of input parameters:
data/ash85.mtx
- SpringDrawing() - Constructor for class SpringDrawing
-
- squareEuclideanDistance(GridPoint) - Method in class GridPoint
-
Return the square of the Euclidean distance between the current point 'this' and a point 'p'