|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
HyperbolicTransform
and MagnifyTransform
applied to either the model (graph layout) or the view
(VisualizationViewer)
The hyperbolic transform is applied in an elliptical lens
that affects that part of the visualization.Hyperedge
that stores its
list of incident vertices internally as a List
.Hypervertex
that stores its
incident edges as a List
internally.KPartiteGraph
(where k = 2) based on connection
data gathered from a Reader.
load(filename, new SparseGraph(), null)
.
load(filename, new SparseGraph(), nev)
.
load(filename, g, null)
.
FileReader
from filename
, calls
load(reader, g, nev)
, closes the reader, and returns
the resultant graph.
load(reader, g, null)
.
load(reader, new SparseGraph(), nev)
.
load(reader, new SparseGraph(), null)
.
load(reader, g, nev, new TypedVertexGenerator(g))
.
g
with the graph represented by the
Pajek-format data supplied by reader
.
v
from a lack of primary holes
around its neighbor v2
.
long
.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |