Uses of Class
uk.ac.sanger.cgp.standalonecsa.exceptions.CsaRenderException

Packages that use CsaRenderException
uk.ac.sanger.cgp.standalonecsa.beans The beans used by Standalone AutoCSA. 
uk.ac.sanger.cgp.standalonecsa.interfaces The service interface classes used in Standalone AutoCSA. 
uk.ac.sanger.cgp.standalonecsa.services The implementations of the services used in Standalone AutoCSA. 
uk.ac.sanger.cgp.standalonecsa.util The utility classes used in Standalone AutoCSA. 
 

Uses of CsaRenderException in uk.ac.sanger.cgp.standalonecsa.beans
 

Constructors in uk.ac.sanger.cgp.standalonecsa.beans that throw CsaRenderException
FeatureBean(int start, int stop, FeatureType type)
          Creates a new instance of FeatureBean
FeatureBean(int start, int stop, FeatureType type, java.awt.Color color)
          Creates a new instance of FeatureBean
 

Uses of CsaRenderException in uk.ac.sanger.cgp.standalonecsa.interfaces
 

Methods in uk.ac.sanger.cgp.standalonecsa.interfaces that throw CsaRenderException
 java.awt.image.BufferedImage ChromatogramService.renderChromatogram(ChromRenderBean crb, boolean revCompChromatogram)
          Generates a simple variant or full trace image.
 

Uses of CsaRenderException in uk.ac.sanger.cgp.standalonecsa.services
 

Methods in uk.ac.sanger.cgp.standalonecsa.services that throw CsaRenderException
 java.awt.image.BufferedImage ChromatogramServiceImpl.renderChromatogram(ChromRenderBean crb, boolean revCompChromatogram)
           
 

Uses of CsaRenderException in uk.ac.sanger.cgp.standalonecsa.util
 

Constructors in uk.ac.sanger.cgp.standalonecsa.util that throw CsaRenderException
SimpleChromGraphic(org.biojava.bio.chromatogram.Chromatogram chrom, int startScanIn, int stopScanIn, int heightIn, float horizScaleIn)
          The supplied height is used to calculate the scaling factor for the image.
SimpleChromGraphic(org.biojava.bio.chromatogram.Chromatogram chrom, int startScanIn, int stopScanIn, int heightIn, float horizScaleIn, int topHeightBuffIn, boolean renderScaleIn)