Package | Description |
---|---|
edu.uci.ics.jung.io |
Provides a set of graph file format interpreters for loading graphs from disk.
|
edu.uci.ics.jung.visualization |
Provides a visualization mechanism for drawing and rendering Graphs.
|
edu.uci.ics.jung.visualization.control |
Modifier and Type | Field and Description |
---|---|
protected SettableVertexLocationFunction |
PajekNetReader.v_locations |
Constructor and Description |
---|
PajekNetReader(boolean unique_labels,
SettableVertexLocationFunction v_locations)
Creates a PajekNetReader with the specified labeling behavior and
location assignment behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSettableVertexLocationFunction
A
Map -based implementation of
SettableVertexLocationFunction . |
Modifier and Type | Method and Description |
---|---|
void |
EditingGraphMousePlugin.setVertexLocations(SettableVertexLocationFunction vertexLocations)
sets the vertex locations.
|
void |
EditingModalGraphMouse.setVertexLocations(SettableVertexLocationFunction vertexLocations) |
Constructor and Description |
---|
EditingPopupGraphMousePlugin(SettableVertexLocationFunction vertexLocations) |