| 
 | ||||||||||
| 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 | InDegreeColumn containing the number of incident edges of each vertex of the Graph. | 
|  class | OutDegreeColumn 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 | KCoreDecompositionComputes the "coreness" of graph vertices. | 
| Uses of GraphChangedListener in infovis.graph.visualization | 
|---|
| Classes in infovis.graph.visualization that implement GraphChangedListener | |
|---|---|
|  class | GraphVisualizationAbstract base class for Graph Visualizations. | 
|  class | MatrixAxisVisualization | 
|  class | MatrixVisualizationGraph Visualization using Adjacency Matrix representation. | 
|  class | NodeLinkGraphVisualizationNode-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 | |||||||||