Uses of Class
anl.aida.client.net.ConceptGraph

Packages that use ConceptGraph
anl.aida.client.net   
anl.aida.client.widget   
anl.aida.viz   
anl.aida.viz.layout   
anl.aida.viz3d   
 

Uses of ConceptGraph in anl.aida.client.net
 

Fields in anl.aida.client.net declared as ConceptGraph
private  ConceptGraph<TermNode> TSConceptGraphs.graph
           
 

Fields in anl.aida.client.net with type parameters of type ConceptGraph
protected  java.util.Map<anl.aida.util.DateRange,ConceptGraph<TermNode>> TSConceptGraphs.graphs
           
 

Methods in anl.aida.client.net that return ConceptGraph
 ConceptGraph<TermNode> TSConceptGraphs.getGraph(anl.aida.util.DateRange range)
          Gets the graph for the specified DateRange.
 

Uses of ConceptGraph in anl.aida.client.widget
 

Methods in anl.aida.client.widget with parameters of type ConceptGraph
 void GraphSwapable.swapGraph(ConceptGraph<TermNode> graph, anl.aida.util.DateRange range)
          Swaps the current graph for the specified graph.
 

Uses of ConceptGraph in anl.aida.viz
 

Fields in anl.aida.viz declared as ConceptGraph
private  ConceptGraph<TermNode> NetworkDisplay.graph
           
 

Methods in anl.aida.viz with parameters of type ConceptGraph
 void NetworkDisplay.swapGraph(ConceptGraph<TermNode> graph, anl.aida.util.DateRange range)
           
 

Constructors in anl.aida.viz with parameters of type ConceptGraph
DefaultNodeStyler(java.awt.Paint nodePaint, java.awt.Paint textPaint, ConceptGraph<TermNode> graph)
           
GrayScaleEdgeStyler(ConceptGraph<TermNode> graph)
           
NetworkDisplay(ConceptGraph<TermNode> graph, Layout2D<TermNode> layout)
           
 

Uses of ConceptGraph in anl.aida.viz.layout
 

Methods in anl.aida.viz.layout with parameters of type ConceptGraph
private  void KKLayout.initLayout(ConceptGraph graph, java.awt.Dimension size)
           
private  void FRLayout.initLayout(ConceptGraph graph, java.awt.Dimension size)
           
 void SpringLayout.swapGraph(ConceptGraph<T> graph)
          Swaps the layouts current graph with the specified one.
 void Layout2D.swapGraph(ConceptGraph<T> graph)
          Swaps the layouts current graph with the specified one.
 void ISOMLayout.swapGraph(ConceptGraph<T> graph)
          Swaps the layouts current graph with the specified one.
 void CircleLayout.swapGraph(ConceptGraph<T> graph)
          Swaps the layouts current graph with the specified one.
 void KKLayout.swapGraph(ConceptGraph<TermNode> graph)
          Swaps the layouts current graph with the specified one.
 void FRLayout.swapGraph(ConceptGraph<TermNode> graph)
          Swaps the layouts current graph with the specified one.
 

Constructors in anl.aida.viz.layout with parameters of type ConceptGraph
FRLayout(ConceptGraph graph, java.awt.Dimension size)
           
KKLayout(ConceptGraph graph, java.awt.Dimension size)
           
 

Uses of ConceptGraph in anl.aida.viz3d
 

Fields in anl.aida.viz3d declared as ConceptGraph
private  ConceptGraph<TermNode> TSGraphCanvasListener.firstGraph
           
 

Methods in anl.aida.viz3d with parameters of type ConceptGraph
 void TSGraphCanvasListener.addGraph(ConceptGraph<TermNode> graph, anl.aida.util.DateRange range)
           
 void NetworkVizCreator.addTo(ConceptGraph<TermNode> graph, VNode parent, anl.aida.util.DateRange date)
           
 void GraphRenderer.swapGraph(ConceptGraph<TermNode> graph, anl.aida.util.DateRange range)
           
 

Constructors in anl.aida.viz3d with parameters of type ConceptGraph
EdgeStyler(ConceptGraph<TermNode> graph)
          Create an EdgeStyler based on the edge values in the graph.
GraphRenderer(Cache cache, ConceptGraph<TermNode> graph, anl.aida.util.DateRange initRange)
           
TSGraphCanvasListener(ConceptGraph<TermNode> graph, anl.aida.util.DateRange range)