Uses of Class
edu.ucla.stat.SOCR.TG_distributome.data.SOCREdge

Packages that use SOCREdge
edu.ucla.stat.SOCR.TG_distributome   
edu.ucla.stat.SOCR.TG_distributome.data   
edu.ucla.stat.SOCR.TG_distributome.editor   
edu.ucla.stat.SOCR.touchgraph.graphlayout   
 

Uses of SOCREdge in edu.ucla.stat.SOCR.TG_distributome
 

Methods in edu.ucla.stat.SOCR.TG_distributome with parameters of type SOCREdge
 void TGViewerApplet.addTGEdge(SOCREdge _edge)
           
 

Uses of SOCREdge in edu.ucla.stat.SOCR.TG_distributome.data
 

Fields in edu.ucla.stat.SOCR.TG_distributome.data declared as SOCREdge
protected  SOCREdge[] TGViewerPanelInfo.edges
           
 

Methods in edu.ucla.stat.SOCR.TG_distributome.data that return SOCREdge
 SOCREdge TGViewerPanelInfo.getEdge(int index)
           
 SOCREdge[] TGViewerPanelInfo.getEdges()
          get edges
 

Methods in edu.ucla.stat.SOCR.TG_distributome.data with parameters of type SOCREdge
 void TGViewerPanelInfo.addEdge(SOCREdge edge)
           
 void TGViewerPanelInfo.setEdges(SOCREdge[] newEdges)
           
 

Uses of SOCREdge in edu.ucla.stat.SOCR.TG_distributome.editor
 

Methods in edu.ucla.stat.SOCR.TG_distributome.editor with parameters of type SOCREdge
 void TreeTableCodec.loadEdge(int index, SOCREdge edge)
           
 void TreeTableCodec.loadEdge(SOCREdge edge)
           
 void DistributomeEditor.loadElements(SOCREdge edge)
           
 

Uses of SOCREdge in edu.ucla.stat.SOCR.touchgraph.graphlayout
 

Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout with parameters of type SOCREdge
 Edge GLPanel.addEdge(SOCREdge e, java.lang.String f, java.lang.String t)