|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentAttributeProvider | |
---|---|
org.jgrapht.ext | Extensions and integration means to other products. |
Uses of ComponentAttributeProvider in org.jgrapht.ext |
---|
Constructors in org.jgrapht.ext with parameters of type ComponentAttributeProvider | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |