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

Packages that use SOCRNode
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 SOCRNode in edu.ucla.stat.SOCR.TG_distributome
 

Methods in edu.ucla.stat.SOCR.TG_distributome with parameters of type SOCRNode
 int TGViewerApplet.addTGNode(SOCRNode node, java.awt.Color bg)
           
 

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

Fields in edu.ucla.stat.SOCR.TG_distributome.data declared as SOCRNode
protected  SOCRNode[] TGViewerPanelInfo.nodes
           
 

Methods in edu.ucla.stat.SOCR.TG_distributome.data that return SOCRNode
 SOCRNode TGViewerPanelInfo.getNode(int index)
           
 SOCRNode[] TGViewerPanelInfo.getNodes()
          get nodes
 

Methods in edu.ucla.stat.SOCR.TG_distributome.data with parameters of type SOCRNode
 void TGViewerPanelInfo.addNode(SOCRNode node)
           
 void TGViewerPanelInfo.setNodes(SOCRNode[] newNodes)
          Member and Edge setting/getting - for external class access from TableApplet
 

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

Methods in edu.ucla.stat.SOCR.TG_distributome.editor with parameters of type SOCRNode
 void DistributomeEditor.loadElements(SOCRNode node)
           
 void TreeTableCodec.loadNode(int index, SOCRNode node)
           
 void TreeTableCodec.loadNode(SOCRNode node)
           
 

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

Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout with parameters of type SOCRNode
 Node GLPanel.addNode(SOCRNode n)
           
 Node GLPanel.addNode(SOCRNode n, java.awt.Color bg)