|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TermNode | |
---|---|
anl.aida.client.net | |
anl.aida.client.widget | |
anl.aida.viz | |
anl.aida.viz.layout | |
anl.aida.viz3d |
Uses of TermNode in anl.aida.client.net |
---|
Fields in anl.aida.client.net with type parameters of type TermNode | |
---|---|
private ConceptGraph<TermNode> |
TSConceptGraphs.graph
|
private edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> |
ConceptGraphBuilder.graph
|
protected java.util.Map<anl.aida.util.DateRange,ConceptGraph<TermNode>> |
TSConceptGraphs.graphs
|
private java.util.List<TermNode> |
ConceptGraphBuilder.nodes
|
Methods in anl.aida.client.net that return types with arguments of type TermNode | |
---|---|
ConceptGraph<TermNode> |
TSConceptGraphs.getGraph(anl.aida.util.DateRange range)
Gets the graph for the specified DateRange. |
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> |
ConceptGraphBuilder.getResult()
Gets the graph that is the result of the building process. |
Methods in anl.aida.client.net with parameters of type TermNode | |
---|---|
boolean |
ScorerThresholdEdgeCreator.createEdge(TermNode node1,
TermNode node2,
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> graph)
Creates an edge between the two nodes if the number of documents that occur in both nodes is greater than or equal to the threshold. |
boolean |
OccurrenceEdgeCreator.createEdge(TermNode node1,
TermNode node2,
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> graph)
Creates an edge between the two nodes if the number of documents that occur in both nodes is greater than or equal to the threshold. |
boolean |
EdgeCreator.createEdge(TermNode node1,
TermNode node2,
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> graph)
Creates an edge between the two nodes if they should be linked according to some implementor specific criteria. |
Method parameters in anl.aida.client.net with type arguments of type TermNode | |
---|---|
boolean |
ScorerThresholdEdgeCreator.createEdge(TermNode node1,
TermNode node2,
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> graph)
Creates an edge between the two nodes if the number of documents that occur in both nodes is greater than or equal to the threshold. |
boolean |
OccurrenceEdgeCreator.createEdge(TermNode node1,
TermNode node2,
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> graph)
Creates an edge between the two nodes if the number of documents that occur in both nodes is greater than or equal to the threshold. |
boolean |
EdgeCreator.createEdge(TermNode node1,
TermNode node2,
edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> graph)
Creates an edge between the two nodes if they should be linked according to some implementor specific criteria. |
Uses of TermNode in anl.aida.client.widget |
---|
Method parameters in anl.aida.client.widget with type arguments of type TermNode | |
---|---|
void |
GraphSwapable.swapGraph(ConceptGraph<TermNode> graph,
anl.aida.util.DateRange range)
Swaps the current graph for the specified graph. |
Uses of TermNode in anl.aida.viz |
---|
Fields in anl.aida.viz with type parameters of type TermNode | |
---|---|
private ConceptGraph<TermNode> |
NetworkDisplay.graph
|
private Layout2D<TermNode> |
NodeDragSelectionHandler.layout
|
private Layout2D<TermNode> |
NetworkDisplay.layout
|
Methods in anl.aida.viz with parameters of type TermNode | |
---|---|
edu.umd.cs.piccolo.nodes.PPath |
NodeStyler.createNode(TermNode tNode,
java.awt.geom.Point2D location)
Creates a PPath to represent the specified TermNode. |
edu.umd.cs.piccolo.nodes.PPath |
AbstractCircleNodeStyler.createNode(TermNode tNode,
java.awt.geom.Point2D location)
Creates a PPath to represent the specified TermNode. |
java.awt.Paint |
NodeStyler.getPaint(TermNode node)
Gets the paint appropriate for the specified term node. |
java.awt.Paint |
AbstractCircleNodeStyler.getPaint(TermNode node)
Gets the paint appropriate for the specified term node. |
float |
ScaledNodeStyler.getSize(TermNode tNode)
Gets the size appropriate for the specified term node. |
float |
NodeStyler.getSize(TermNode node)
Gets the size appropriate for the specified term node. |
float |
DefaultNodeStyler.getSize(TermNode tNode)
Gets the size appropriate for the specified term node. |
Method parameters in anl.aida.viz with type arguments of type TermNode | |
---|---|
void |
NetworkDisplay.swapGraph(ConceptGraph<TermNode> graph,
anl.aida.util.DateRange range)
|
Constructor parameters in anl.aida.viz with type arguments of type TermNode | |
---|---|
DefaultNodeStyler(java.awt.Paint nodePaint,
java.awt.Paint textPaint,
ConceptGraph<TermNode> graph)
|
|
GrayScaleEdgeStyler(ConceptGraph<TermNode> graph)
|
|
NetworkDisplay(ConceptGraph<TermNode> graph,
Layout2D<TermNode> layout)
|
|
NetworkDisplay(ConceptGraph<TermNode> graph,
Layout2D<TermNode> layout)
|
|
NodeDragSelectionHandler(java.awt.Paint defNodePaint,
edu.umd.cs.piccolo.PLayer nodeLayer,
edu.umd.cs.piccolo.PLayer edgeLayer,
Layout2D<TermNode> layout)
|
Uses of TermNode in anl.aida.viz.layout |
---|
Fields in anl.aida.viz.layout with type parameters of type TermNode | |
---|---|
private edu.uci.ics.jung.algorithms.layout.KKLayout<TermNode,CGEdge> |
KKLayout.layout
|
private edu.uci.ics.jung.algorithms.layout.FRLayout2<TermNode,CGEdge> |
FRLayout.layout
|
Methods in anl.aida.viz.layout with parameters of type TermNode | |
---|---|
java.awt.geom.Point2D |
KKLayout.getLocation(TermNode obj)
Gets the location of the object. |
java.awt.geom.Point2D |
FRLayout.getLocation(TermNode obj)
Gets the location of the object. |
void |
KKLayout.setLocation(TermNode node,
double x,
double y)
Sets the location of the specified node. |
void |
FRLayout.setLocation(TermNode node,
double x,
double y)
Sets the location of the specified node. |
Method parameters in anl.aida.viz.layout with type arguments of type TermNode | |
---|---|
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. |
Uses of TermNode in anl.aida.viz3d |
---|
Fields in anl.aida.viz3d with type parameters of type TermNode | |
---|---|
private ConceptGraph<TermNode> |
TSGraphCanvasListener.firstGraph
|
private Layout2D<TermNode> |
NetworkVizCreator.layout
|
private SelectionManager<TermNode> |
NodeSelector.manager
|
private SelectionManager<TermNode> |
InfoDragger.manager
|
Method parameters in anl.aida.viz3d with type arguments of type TermNode | |
---|---|
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)
|
Constructor parameters in anl.aida.viz3d with type arguments of type TermNode | |
---|---|
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)
|
|
NetworkVizCreator(float width,
float height,
Layout2D<TermNode> layout)
|
|
TSGraphCanvasListener(ConceptGraph<TermNode> graph,
anl.aida.util.DateRange range)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |