Uses of Class
de.unihalle.informatik.MiToBo.core.datatypes.neurites.MTBNeurite2DProfile

Packages that use MTBNeurite2DProfile
de.unihalle.informatik.MiToBo.core.datatypes.neurites   
 

Uses of MTBNeurite2DProfile in de.unihalle.informatik.MiToBo.core.datatypes.neurites
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes.neurites that return MTBNeurite2DProfile
 MTBNeurite2DProfile MTBNeurite2DProfileSet.getElementAt(int index)
          Returns the element at the specified position in this list.
 MTBNeurite2DProfile MTBNeurite2DProfileSet.getFirst()
          Returns the first element in this list.
 MTBNeurite2DProfile MTBNeurite2DProfileSet.getLast()
          Returns the last element in this list.
 MTBNeurite2DProfile MTBNeurite2DProfileSet.removeElementAt(int index)
          Removes the element at the specified position in this list.
 MTBNeurite2DProfile MTBNeurite2DProfileSet.removeFirst()
          Removes and returns the first element from this list.
 MTBNeurite2DProfile MTBNeurite2DProfileSet.removeLast()
          Removes and returns the last element from this list.
 

Methods in de.unihalle.informatik.MiToBo.core.datatypes.neurites with parameters of type MTBNeurite2DProfile
 void MTBNeurite2DProfileSet.add(MTBNeurite2DProfile profile)
          Appends the specified element to the end of this list.
 void MTBNeurite2DProfileSet.addElementAt(int index, MTBNeurite2DProfile profile)
          Inserts the specified element at the specified position in this list.
 void MTBNeurite2DProfileSet.addFirst(MTBNeurite2DProfile profile)
          Inserts the specified element at the beginning of this list.
 void MTBNeurite2DProfileSet.addLast(MTBNeurite2DProfile profile)
          Appends the specified element to the end of this list.
 void MTBNeurite2DProfileSet.setElementAt(int index, MTBNeurite2DProfile profile)
          Replaces the element at the specified position in this list with the specified element.
 



Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.