Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Method and Description |
---|---|
ComponentAttributeProvider<E> |
GraphMLExporter.getEdgeAttributeProvider()
Get the edge attribute provider
|
ComponentAttributeProvider<V> |
GraphMLExporter.getVertexAttributeProvider()
Get the vertex attribute provider
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLExporter.setEdgeAttributeProvider(ComponentAttributeProvider<E> edgeAttributeProvider)
Set the edge attribute provider.
|
void |
GraphMLExporter.setVertexAttributeProvider(ComponentAttributeProvider<V> vertexAttributeProvider)
Set the vertex attribute provider.
|
Constructor and Description |
---|
DOTExporter(VertexNameProvider<V> vertexIDProvider,
VertexNameProvider<V> vertexLabelProvider,
EdgeNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Constructs a new DOTExporter object with the given ID, label, and attribute providers.
|
DOTExporter(VertexNameProvider<V> vertexIDProvider,
VertexNameProvider<V> vertexLabelProvider,
EdgeNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Constructs a new DOTExporter object with the given ID, label, and attribute providers.
|
GraphMLExporter(VertexNameProvider<V> vertexIDProvider,
VertexNameProvider<V> vertexLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
EdgeNameProvider<E> edgeIDProvider,
EdgeNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Constructs a new GraphMLExporter.
|
GraphMLExporter(VertexNameProvider<V> vertexIDProvider,
VertexNameProvider<V> vertexLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
EdgeNameProvider<E> edgeIDProvider,
EdgeNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Constructs a new GraphMLExporter.
|
Copyright © 2016. All rights reserved.