Uses of Interface
gov.nih.nci.mageom.domain.BioAssay.Image

Packages that use Image
gov.nih.nci.mageom.domain.BioAssay   
gov.nih.nci.mageom.domain.BioAssay.impl   
 

Uses of Image in gov.nih.nci.mageom.domain.BioAssay
 

Methods in gov.nih.nci.mageom.domain.BioAssay that return Image
 Image[] ImageAcquisition.getImages()
          Returns the value of this ImageAcquisition object's images attribute.
 Image[] PhysicalBioAssay.getPhysicalBioAssayData()
          Returns the value of this PhysicalBioAssay object's physicalBioAssayData attribute.
 

Methods in gov.nih.nci.mageom.domain.BioAssay with parameters of type Image
 void ImageAcquisition.setImages(Image[] p_images)
          Sets the images attribute.
 void PhysicalBioAssay.setPhysicalBioAssayData(Image[] p_physicalBioAssayData)
          Sets the physicalBioAssayData attribute.
 

Uses of Image in gov.nih.nci.mageom.domain.BioAssay.impl
 

Classes in gov.nih.nci.mageom.domain.BioAssay.impl that implement Image
 class ImageImpl
          An image is created by an imageAcquisition event, typically by scanning the hybridized array (the PhysicalBioAssay).
 

Fields in gov.nih.nci.mageom.domain.BioAssay.impl declared as Image
protected  Image[] ImageAcquisitionImpl.images
          DOCUMENT ME
protected  Image[] PhysicalBioAssayImpl.physicalBioAssayData
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl that return Image
 Image[] ImageAcquisitionImpl.getImages()
           
 Image[] PhysicalBioAssayImpl.getPhysicalBioAssayData()
           
 Image[] ImageImpl.searchImages(ImageSearchCriteria criteria)
          Returns an array of Image objects that satisfy the given ImageSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.BioAssay.impl with parameters of type Image
 void ImageAcquisitionImpl.setImages(Image[] p_images)
          Sets the images attribute.
 void PhysicalBioAssayImpl.setPhysicalBioAssayData(Image[] p_physicalBioAssayData)
          Sets the physicalBioAssayData attribute.