Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
org.jgrapht.graph |
Implementations of various graphs.
|
Constructor and Description |
---|
JGraphXAdapter(ListenableGraph<V,E> graph)
Constructs and draws a new ListenableGraph.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultListenableGraph<V,E>
A graph backed by the the graph specified at the constructor, which can be listened by
GraphListener s and by
VertexSetListener s. |
class |
ListenableDirectedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableDirectedWeightedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableUndirectedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
class |
ListenableUndirectedWeightedGraph<V,E>
Deprecated.
In favor of
DefaultListenableGraph . |
Copyright © 2017. All rights reserved.