Uses of Class
AFLPcore.Bin

Packages that use Bin
AFLPcore   
AFLPgui   
 

Uses of Bin in AFLPcore
 

Methods in AFLPcore that return Bin
 Bin Gel.binAtSize(double size)
          Gives the bin at the specified location.
 

Methods in AFLPcore with parameters of type Bin
 void Gel.addBin(Bin bin)
          Adds the specified bin to the gel.
 void Gel.removeBin(Bin bin)
          Removes the specified bin from the list of bins for this gel.
abstract  void BinOperation.doBinOp(Bin bin)
          This performs some sort of operation on the bin.
 

Uses of Bin in AFLPgui
 

Fields in AFLPgui declared as Bin
protected  Bin FragmentMap.currentBin
           
 

Methods in AFLPgui that return Bin
 Bin Thumbnail.getBin()
          Gives the bin displayed.
 Bin GraphView.getBin()
          Gives the bin that was used to produce the graph.
 Bin GelView.getCurrentBin()
          Gives the bin that is currently selected on the gel.
 

Methods in AFLPgui with parameters of type Bin
 void Thumbnail.setBin(Bin b)
          Sets the bin for the thumbnails to the specified one.
 void GraphView.init(Bin bin, DataList lanes, DataList bins)
          Initialize the graph view.
 void GelView.setCurrentBin(Bin bin)
          Sets the selection to the specified bin.