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. |
Copyright © 2019. All rights reserved.