|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
edu.ucla.stat.SOCR.TG_distributome | |
edu.ucla.stat.SOCR.touchgraph.graphlayout | |
edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements |
Uses of Edge in edu.ucla.stat.SOCR.TG_distributome |
---|
Methods in edu.ucla.stat.SOCR.TG_distributome that return Edge | |
---|---|
Edge |
TGViewerApplet.findEdgeByIndex(int edgeIndex)
|
Uses of Edge in edu.ucla.stat.SOCR.touchgraph.graphlayout |
---|
Fields in edu.ucla.stat.SOCR.touchgraph.graphlayout declared as Edge | |
---|---|
protected Edge |
TGPanel.mouseOverE
|
protected Edge |
TGPanel.selectEdge
|
Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout that return Edge | |
---|---|
Edge |
TGPanel.addEdge(Node f,
Node t,
int tens)
|
Edge |
GLPanel.addEdge(SOCREdge e,
java.lang.String f,
java.lang.String t)
|
Edge |
Node.edgeAt(int index)
Return the Edge at int index. |
Edge |
TGPanel.findEdge(Node f,
Node t)
|
Edge |
TGPanel.getMouseOverE()
|
Edge |
TGPanel.getSelectEdge()
|
Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout with parameters of type Edge | |
---|---|
void |
TGPanel.addEdge(Edge e)
|
void |
Node.addEdge(Edge edge)
Add the Edge edge to the graph. |
void |
TGPanel.deleteEdge(Edge edge)
Returns an Iterator over all edges in the complete graph. |
void |
TGPanel.hideEdge(Edge hideEdge)
|
void |
Node.removeEdge(Edge edge)
Remove the Edge edge from the graph. |
void |
TGPanel.setMouseOverE(Edge edge)
|
void |
TGPanel.setSelectEdge(Edge edge)
|
Uses of Edge in edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements |
---|
Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements that return Edge | |
---|---|
Edge |
GraphEltSet.addEdge(Node from,
Node to,
int tension)
Add an Edge from Node from to Node to, with tension of int tension, returning the Edge. |
protected Edge |
GraphEltSet.edgeAt(int index)
Return the Edge at int index, null if none are available. |
Edge |
Locality.findEdge(Node from,
Node to)
|
Edge |
ImmutableGraphEltSet.findEdge(Node from,
Node to)
Return an Edge spanning Node from to Node to. |
Edge |
GraphEltSet.findEdge(Node from,
Node to)
Return an Edge spanning Node from to Node to. |
Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements with parameters of type Edge | |
---|---|
void |
VisibleLocality.addEdge(Edge edge)
|
void |
Locality.addEdge(Edge e)
|
void |
GraphEltSet.addEdge(Edge edge)
Add the Edge edge to the graph. |
boolean |
GraphEltSet.contains(Edge edge)
Returns true if the graph contains the Edge edge. |
boolean |
Locality.deleteEdge(Edge e)
|
boolean |
GraphEltSet.deleteEdge(Edge edge)
Delete the Edge edge. |
abstract void |
TGForEachEdge.forEachEdge(Edge e)
|
boolean |
VisibleLocality.removeEdge(Edge edge)
|
boolean |
Locality.removeEdge(Edge e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |