Uses of Class
pojos.ImageData

Packages that use ImageData
pojos   
 

Uses of ImageData in pojos
 

Methods in pojos that return ImageData
 ImageData PixelsData.getImage()
          Returns the image linked to this pixels' set.
 ImageData ROIData.getImage()
          Returns the image for the ROI.
 ImageData WellSampleData.getImage()
          Returns the image related to that sample if any.
 

Methods in pojos that return types with arguments of type ImageData
 List<ImageData> MultiImageData.getComponents()
          Returns the collection of images composing the file.
 

Methods in pojos with parameters of type ImageData
 void PixelsData.setImage(ImageData image)
          Sets the image linked to this pixels' set.
 void WellSampleData.setImage(ImageData newValue)
          Sets the image linked to this well sample.
 

Method parameters in pojos with type arguments of type ImageData
 void MultiImageData.setComponents(List<ImageData> components)
          Sets the images composing the file.
 void DatasetData.setImages(Set<ImageData> newValue)
          Sets the images contained in this dataset.
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.