JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
E
G
J
O
V
E
edgeAdded(GraphEdgeChangeEvent<V, E>)
- Method in class org.jgrapht.ext.
JGraphXAdapter
edgeRemoved(GraphEdgeChangeEvent<V, E>)
- Method in class org.jgrapht.ext.
JGraphXAdapter
G
getCellToEdgeMap()
- Method in class org.jgrapht.ext.
JGraphXAdapter
Returns Hashmap which maps the visualization mxICells onto their edges.
getCellToVertexMap()
- Method in class org.jgrapht.ext.
JGraphXAdapter
Returns Hashmap which maps the visualization mxICells onto their vertices.
getEdgeToCellMap()
- Method in class org.jgrapht.ext.
JGraphXAdapter
Returns Hashmap which maps the edges onto their visualization mxICells.
getVertexToCellMap()
- Method in class org.jgrapht.ext.
JGraphXAdapter
Returns Hashmap which maps the vertices onto their visualization mxICells.
J
JGraphXAdapter
<
V
,
E
> - Class in
org.jgrapht.ext
Adapter to draw a JGraphT graph with the JGraphX drawing library.
JGraphXAdapter(ListenableGraph<V, E>)
- Constructor for class org.jgrapht.ext.
JGraphXAdapter
Constructs and draws a new ListenableGraph.
JGraphXAdapter(Graph<V, E>)
- Constructor for class org.jgrapht.ext.
JGraphXAdapter
Constructs and draws a new mxGraph from a JGraphT graph.
O
org.jgrapht.ext
- package org.jgrapht.ext
Extensions and integration means to other products.
V
vertexAdded(GraphVertexChangeEvent<V>)
- Method in class org.jgrapht.ext.
JGraphXAdapter
vertexRemoved(GraphVertexChangeEvent<V>)
- Method in class org.jgrapht.ext.
JGraphXAdapter
E
G
J
O
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All Rights Reserved.