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

Packages that use Image
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.data Manages all data incoming from the database and forwards database requests from the GUI. 
uk.ac.cisban.rod.data.handlers Handles all of the connections with the DAO and keeps track of the progress of the task. 
uk.ac.cisban.rod.database.data Storing experimental data classes. 
 

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

Methods in uk.ac.cisban.rod.dao that return Image
 Image Find.findImage(javax.jdo.PersistenceManager pm, java.lang.String uri)
          Finds an Image given its URI.
 Image Persist.newImage(java.lang.String uri, ImageCV imageCV, Barcode plate, double threshold, int tileDimX, int tileDimY)
           
 

Methods in uk.ac.cisban.rod.dao that return types with arguments of type Image
 java.util.Collection<Image> Find.findImages(javax.jdo.PersistenceManager pm, java.lang.Long barcodeId)
          Finds a collection of Images given their barcode database id .
 java.util.Collection<Image> DAO.loadImagesBrief(java.util.List<java.lang.String> nonMappedPlates, java.lang.String barcodeString)
          Loads the collection of images associated with a Barcode without retrieving the individual ImageSpots (hence the "Brief").
 

Methods in uk.ac.cisban.rod.dao with parameters of type Image
 java.util.Map<java.lang.String,java.lang.Exception> DAO.exportImage(java.lang.Long repeatId, Image refImage, ResultPrinter srl)
          Prints the results from a particular Image to the passed ResultPrinter.
 int Find.findTimeseriesOrder(javax.jdo.PersistenceManager pm, Image image)
          Finds the number of an image part of a series of images taken of the same plate.
 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)
           
 ImageTransformation Persist.newImageTransformation(java.lang.String parameters, Image inputImage, Image outputImage, ImageTransformationCV imageTransformationCV)
           
 

Method parameters in uk.ac.cisban.rod.dao with type arguments of type Image
 java.util.Collection<java.lang.Exception> DAO.threadImageLogs(java.lang.Long actionApplicationId, java.util.Collection<Image> logs)
          Enters the image logs each in individual threads to improve performance.
 

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

Methods in uk.ac.cisban.rod.dao.specifics that return types with arguments of type Image
 java.util.Collection<Image> ManageLogs.loadImagesBrief(java.util.List<java.lang.String> nonMappedPlates, java.lang.String barcodeString)
          Loads the collection of images associated with a Barcode without retrieving the individual ImageSpots (hence the "Brief").
 

Methods in uk.ac.cisban.rod.dao.specifics with parameters of type Image
 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.
 

Method parameters in uk.ac.cisban.rod.dao.specifics with type arguments of type Image
 java.util.Collection<java.lang.Exception> ManageLogs.threadImageLogs(java.lang.Long actionApplicationId, java.util.Collection<Image> logs)
          Enters the image logs each in individual threads to improve performance.
 

Uses of Image in uk.ac.cisban.rod.data
 

Methods in uk.ac.cisban.rod.data that return types with arguments of type Image
 java.util.Map<java.lang.Long,java.util.List<Image>> ImageManager.getImagingBrief()
           
 java.util.List<Image> ImageManager.getImagingBrief(java.lang.Long appId)
          Get the pertinent information about loaded image logs, if it exists.
 

Uses of Image in uk.ac.cisban.rod.data.handlers
 

Methods in uk.ac.cisban.rod.data.handlers that return types with arguments of type Image
 java.util.List<Image> LoadImagesBrief.doInBackground()
           
 java.util.Collection<Image> ExportExperimentTask.getImages(java.lang.Long actionAppId)
           
 java.util.List<Image> LoadImagesBrief.getListImages()
           
 java.util.Collection<Image> ParseImageLogTask.newImageResultBackgroundCorrect(java.lang.Long actionApplicationId, java.util.Collection<ImageResultParse> result, java.util.Map<java.lang.String,java.lang.String> barcodeSubs)
           
 

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

Methods in uk.ac.cisban.rod.database.data that return Image
 Image ImageSpot.getImage()
           
 Image ImageTransformation.getInputImage()
           
 Image ImageTransformation.getOutputImage()
           
 

Methods in uk.ac.cisban.rod.database.data with parameters of type Image
 int Image.compareTo(Image image)
           
 void ImageSpot.setImage(Image image)
           
 void ImageTransformation.setInputImage(Image inputImage)
           
 void ImageTransformation.setOutputImage(Image outputImage)
           
 

Constructors in uk.ac.cisban.rod.database.data with parameters of type Image
ImageTransformation(Image inputImage, Image outputImage, ImageTransformationCV transformationCV)
           
ImageTransformation(java.lang.String parameters, Image inputImage, Image outputImage, ImageTransformationCV transformationCV)
           
 



Copyright © 2010. All Rights Reserved.