Uses of Class
uk.ac.cisban.rod.database.data.ImageSpot

Packages that use ImageSpot
uk.ac.cisban.rod.dao Database access package containing all code for database access. 
uk.ac.cisban.rod.dao.specifics Grouping specific sets of tasks together in communication to the database. 
uk.ac.cisban.rod.database.data Storing experimental data classes. 
 

Uses of ImageSpot in uk.ac.cisban.rod.dao
 

Methods in uk.ac.cisban.rod.dao that return types with arguments of type ImageSpot
 java.util.Collection<ImageSpot> Find.findImageSpot(javax.jdo.PersistenceManager pm, java.lang.Long sourcePlatePosition)
          Finds a ImageSpot given its source PlatePosition database id.
 

Methods in uk.ac.cisban.rod.dao with parameters of type ImageSpot
 ImageResult Persist.newImageResult(int area, int trimmedArea, int intensity, int edgePixels, ImageSpot imageSpot, FeatureCV featureCV, Image referencedImage, int xOffset, int yOffset, java.awt.Color colonyColor, java.awt.Color backgroundColor, int edgeLength)
           
 

Uses of ImageSpot in uk.ac.cisban.rod.dao.specifics
 

Methods in uk.ac.cisban.rod.dao.specifics with parameters of type ImageSpot
 void Export.printImageSpot(javax.jdo.PersistenceManager pm, Image image, long numSpots, Repeat repeat, ImageSpot imageSpot)
          Gathers up all of the information for the ROD export file, sticks it in a CompleteQueryResult, and then sends it to the printer for printing.
 

Uses of ImageSpot in uk.ac.cisban.rod.database.data
 

Methods in uk.ac.cisban.rod.database.data that return ImageSpot
 ImageSpot ImageResult.getSpot()
           
 

Methods in uk.ac.cisban.rod.database.data that return types with arguments of type ImageSpot
 java.util.Set<ImageSpot> Image.getSpots()
           
 

Methods in uk.ac.cisban.rod.database.data with parameters of type ImageSpot
 void ImageResult.setSpot(ImageSpot imageSpot)
           
 

Method parameters in uk.ac.cisban.rod.database.data with type arguments of type ImageSpot
 void Image.setSpots(java.util.Set<ImageSpot> spots)
           
 

Constructors in uk.ac.cisban.rod.database.data with parameters of type ImageSpot
ImageResult(int area, ImageSpot imageSpot, FeatureCV featureCV)
           
ImageResult(int area, int trimmed_area, int intensity, int edgePixels, ImageSpot imageSpot, FeatureCV featureCV, int x_offset, int y_offest)
           
ImageResult(int area, int trimmed_area, int intensity, int edgePixels, ImageSpot imageSpot, FeatureCV featureCV, int x_offset, int y_offest, java.awt.Color colonies, java.awt.Color background, int edgeLength)
           
 



Copyright © 2010. All Rights Reserved.