|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphChangedListener | |
---|---|
infovis | Provides a set of classes to implement Information Visualization applications or components. |
infovis.graph | Provides a set of classes related to visualization of graphs. |
infovis.graph.algorithm | Implements algorithms for manipulating graphs. |
infovis.graph.visualization | Provides graph visualizations. |
infovis.tree | Provides a set of classes related to visualization of trees. |
Uses of GraphChangedListener in infovis |
---|
Methods in infovis with parameters of type GraphChangedListener | |
---|---|
void |
Graph.addGraphChangedListener(GraphChangedListener l)
Attaches a GraphChangedListener to the graph. |
void |
Graph.removeGraphChangedListener(GraphChangedListener l)
Removes a GraphChangedListener from the graph. |
Uses of GraphChangedListener in infovis.graph |
---|
Classes in infovis.graph that implement GraphChangedListener | |
---|---|
class |
InDegree
Column containing the number of incident edges of each vertex of the Graph. |
class |
OutDegree
Column containing the number of outgoing edges from each vertex of the Graph. |
Methods in infovis.graph with parameters of type GraphChangedListener | |
---|---|
void |
GraphProxy.addGraphChangedListener(GraphChangedListener l)
|
void |
DenseGraph.addGraphChangedListener(GraphChangedListener l)
|
void |
DefaultGraph.addGraphChangedListener(GraphChangedListener l)
|
void |
GraphProxy.removeGraphChangedListener(GraphChangedListener l)
|
void |
DenseGraph.removeGraphChangedListener(GraphChangedListener l)
|
void |
DefaultGraph.removeGraphChangedListener(GraphChangedListener l)
|
Uses of GraphChangedListener in infovis.graph.algorithm |
---|
Classes in infovis.graph.algorithm that implement GraphChangedListener | |
---|---|
class |
KCoreDecomposition
Computes the "coreness" of graph vertices. |
Uses of GraphChangedListener in infovis.graph.visualization |
---|
Classes in infovis.graph.visualization that implement GraphChangedListener | |
---|---|
class |
GraphVisualization
Abstract base class for Graph Visualizations. |
class |
MatrixAxisVisualization
|
class |
MatrixVisualization
Graph Visualization using Adjacency Matrix representation. |
class |
NodeLinkGraphVisualization
Node-Link Visualization for graphs. |
Methods in infovis.graph.visualization with parameters of type GraphChangedListener | |
---|---|
void |
GraphVisualization.addGraphChangedListener(GraphChangedListener l)
|
void |
GraphVisualization.removeGraphChangedListener(GraphChangedListener l)
|
Uses of GraphChangedListener in infovis.tree |
---|
Methods in infovis.tree with parameters of type GraphChangedListener | |
---|---|
void |
TreeAsGraph.addGraphChangedListener(GraphChangedListener l)
|
void |
TreeAsGraph.removeGraphChangedListener(GraphChangedListener l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |