Package | Description |
---|---|
de.uni_due.inf.ti.graph.visual |
The classes of this package provide an interface between the Hypergraph
Library and the VisiGraph graph visualization library.
|
Modifier and Type | Method and Description |
---|---|
GraphVisualizer.AddMode |
GraphVisualizer.VisualSynchronizer.getAddMode() |
static GraphVisualizer.AddMode |
GraphVisualizer.AddMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphVisualizer.AddMode[] |
GraphVisualizer.AddMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphVisualizer.VisualSynchronizer.setAddMode(GraphVisualizer.AddMode addMode) |