|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CGEdge | |
---|---|
anl.aida.client.net | |
anl.aida.viz | |
anl.aida.viz.layout | |
anl.aida.viz3d |
Uses of CGEdge in anl.aida.client.net |
---|
Classes in anl.aida.client.net that implement CGEdge | |
---|---|
class |
DefaultCGEdge
Default implementation of CGEdge. |
Fields in anl.aida.client.net with type parameters of type CGEdge | |
---|---|
private edu.uci.ics.jung.graph.Graph<TermNode,CGEdge> |
ConceptGraphBuilder.graph
|
private edu.uci.ics.jung.graph.Graph<T,CGEdge> |
ConceptGraph.graph
|
Methods in anl.aida.client.net that return types with arguments of type CGEdge | |
---|---|
java.util.Collection<CGEdge> |
ConceptGraph.getEdges()
|
edu.uci.ics.jung.graph.Graph<T,CGEdge> |
ConceptGraph.getGraph()
|
java.util.Collection<CGEdge> |
ConceptGraph.getInEdges(T t)
|
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 CGEdge | |
---|---|
edu.uci.ics.jung.graph.util.Pair<T> |
ConceptGraph.getEndpoints(CGEdge cgEdge)
|
Method parameters in anl.aida.client.net with type arguments of type CGEdge | |
---|---|
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. |
Constructor parameters in anl.aida.client.net with type arguments of type CGEdge | |
---|---|
ConceptGraph(java.lang.String title,
DocSetID docSetID,
edu.uci.ics.jung.graph.Graph<T,CGEdge> graph)
|
Uses of CGEdge in anl.aida.viz |
---|
Methods in anl.aida.viz with parameters of type CGEdge | |
---|---|
edu.umd.cs.piccolo.nodes.PPath |
EdgeStyler.createEdge(CGEdge edge,
java.awt.geom.Point2D pt1,
java.awt.geom.Point2D pt2)
Creates a PPath to represent the specified edge. |
edu.umd.cs.piccolo.nodes.PPath |
AbstractEdgeStyler.createEdge(CGEdge edge,
java.awt.geom.Point2D pt1,
java.awt.geom.Point2D pt2)
|
java.awt.Paint |
GrayScaleEdgeStyler.getPaint(CGEdge edge)
|
java.awt.Paint |
EdgeStyler.getPaint(CGEdge edge)
Gets the paint appropriate for the specified edge. |
private float |
GrayScaleEdgeStyler.scale(CGEdge edge)
|
Method parameters in anl.aida.viz with type arguments of type CGEdge | |
---|---|
void |
GrayScaleEdgeStyler.update(java.util.Collection<CGEdge> edges)
|
void |
EdgeStyler.update(java.util.Collection<CGEdge> edges)
Updates the styler with new edge info. |
Uses of CGEdge in anl.aida.viz.layout |
---|
Fields in anl.aida.viz.layout with type parameters of type CGEdge | |
---|---|
private edu.uci.ics.jung.algorithms.layout.SpringLayout2<T,CGEdge> |
SpringLayout.layout
|
private edu.uci.ics.jung.algorithms.layout.KKLayout<TermNode,CGEdge> |
KKLayout.layout
|
private edu.uci.ics.jung.algorithms.layout.ISOMLayout<T,CGEdge> |
ISOMLayout.layout
|
private edu.uci.ics.jung.algorithms.layout.FRLayout2<TermNode,CGEdge> |
FRLayout.layout
|
Constructor parameters in anl.aida.viz.layout with type arguments of type CGEdge | |
---|---|
ISOMLayout(edu.uci.ics.jung.graph.Graph<T,CGEdge> graph,
java.awt.Dimension size)
|
|
SpringLayout(edu.uci.ics.jung.graph.Graph<T,CGEdge> graph,
java.awt.Dimension size)
|
Uses of CGEdge in anl.aida.viz3d |
---|
Methods in anl.aida.viz3d with parameters of type CGEdge | |
---|---|
private float |
EdgeStyler.calcScale(CGEdge edge)
|
Method parameters in anl.aida.viz3d with type arguments of type CGEdge | |
---|---|
void |
EdgeStyler.update(java.util.Collection<CGEdge> edges)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |