Uses of Class
org.utgenome.gwt.utgb.client.bio.Exon

Packages that use Exon
org.utgenome.graphics Graphics drawing classes 
org.utgenome.gwt.utgb.client.bio Biological data objects for Google Web Toolkit RPC (Remote Procedure Call). 
org.utgenome.gwt.utgb.client.canvas Browser-side graphic drawing libraries using HTML canvas (or VML in IE). 
 

Uses of Exon in org.utgenome.graphics
 

Methods in org.utgenome.graphics with parameters of type Exon
 void GeneCanvas.draw(Gene gene, Exon exon, CDS cds, int yPosition)
           
 

Method parameters in org.utgenome.graphics with type arguments of type Exon
 void GeneCanvas.draw(Gene gene, List<Exon> exonList, CDS cds, int yPosition)
           
 

Uses of Exon in org.utgenome.gwt.utgb.client.bio
 

Methods in org.utgenome.gwt.utgb.client.bio that return Exon
 Exon Gene.getExon(int index)
           
 

Methods in org.utgenome.gwt.utgb.client.bio that return types with arguments of type Exon
 List<Exon> Gene.getExon()
           
 

Methods in org.utgenome.gwt.utgb.client.bio with parameters of type Exon
 void Gene.addExon(Exon exon)
           
 

Uses of Exon in org.utgenome.gwt.utgb.client.canvas
 

Methods in org.utgenome.gwt.utgb.client.canvas with parameters of type Exon
 void GWTGenomeCanvas.drawExon(Gene gene, Exon exon, CDS cds, int yPosition)
           
 

Method parameters in org.utgenome.gwt.utgb.client.canvas with type arguments of type Exon
 void GWTGenomeCanvas.draw(Gene gene, List<Exon> exonList, CDS cds, int yPosition)
           
 



Copyright © 2007-2012 utgenome.org. All Rights Reserved.