Uses of Class
uk.ac.ed.morphml_handler.Cell

Packages that use Cell
uk.ac.ed.morphml_handler   
uk.ac.ed.morphml_handler.neurolucida   
 

Uses of Cell in uk.ac.ed.morphml_handler
 

Fields in uk.ac.ed.morphml_handler declared as Cell
protected  Cell Morphology.MorphologyEvent.cell
           
 

Methods in uk.ac.ed.morphml_handler that return Cell
 Cell Morphology.MorphologyEvent.getCell()
           
 Cell MorphMLHandler.newCell(String name)
           
 

Methods in uk.ac.ed.morphml_handler with parameters of type Cell
 void Morphology.addCell(Cell cell)
           
 void MorphMLTree.addCell(Cell cell)
           
 void MorphMLJava3DPanel.addCell(Cell cell)
           
 void MorphMLJava3DPanel.addCell(Cell cell, int fill_type)
           
protected  void MorphMLTree.addCell(Cell cell, MorphMLTree.MorphMLTreeNode parent_tree_node)
           
protected  void Morphology.fireCellAdded(Cell cell)
           
protected  void Morphology.fireCellRemoved(Cell cell)
           
 void Morphology.removeCell(Cell cell)
           
 void MorphMLTree.removeCell(Cell cell)
           
 javax.media.j3d.BranchGroup MorphMLJava3DPanel.renderCell(Cell cell, int fill_type)
           
protected  void MorphMLPropertiesPanel.setMorplMLEntity(Cell cell)
           
 

Constructors in uk.ac.ed.morphml_handler with parameters of type Cell
Morphology.MorphologyEvent(Object source, Cell cell)
           
Properties(Cell parent)
           
 

Uses of Cell in uk.ac.ed.morphml_handler.neurolucida
 

Methods in uk.ac.ed.morphml_handler.neurolucida with parameters of type Cell
protected  void NeurolucidaHandler.addBranch(uk.ac.ed.morphml_handler.neurolucida.NeurolucidaObject tree, MorphMLHandler morphml_handler, Morphology morphology, Cell cell, org.virtualratbrain.namespace.Segment parent_segment)
           
protected  void NeurolucidaHandler.addBranch(uk.ac.ed.morphml_handler.neurolucida.NeurolucidaObject tree, MorphMLHandler morphml_handler, Morphology morphology, Cell cell, org.virtualratbrain.namespace.Segment parent_segment, String group_name)