Package | Description |
---|---|
graphVisualizer.conversion.prefuse |
This package contains the prefuse visualization toolkit
specific utilities of the graph visualizer.
|
org.graphdrawing.graphml |
Modifier and Type | Method and Description |
---|---|
static GraphMLDocument |
GraphFormatConverter.prefuseToGraphML(prefuse.data.Graph prefuseGraph) |
Modifier and Type | Method and Description |
---|---|
static prefuse.data.Graph |
GraphFormatConverter.graphMLtoPrefuse(GraphMLDocument graphMLDocument) |
Modifier and Type | Method and Description |
---|---|
GraphMLDocument |
ObjectFactory.createGraphmlType()
Create an instance of
GraphMLDocument |
Modifier and Type | Method and Description |
---|---|
JAXBElement<GraphMLDocument> |
ObjectFactory.createGraphml(GraphMLDocument value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<GraphMLDocument> |
ObjectFactory.createGraphml(GraphMLDocument value)
|