pojos
Class MultiImageData

java.lang.Object
  extended by pojos.DataObject
      extended by pojos.FileData
          extended by pojos.MultiImageData

public class MultiImageData
extends FileData

Handle image file composed of multiples files e.g. lei.

Since:
3.0-Beta4
Version:
3.0 (Internal version: $Revision: $Date: $)
Author:
Jean-Marie Burel      j.burel@dundee.ac.uk, Donald MacDonald      donald@lifesci.dundee.ac.uk

Constructor Summary
MultiImageData(omero.model.OriginalFile image)
          Creates a new instance.
 
Method Summary
 List<ImageData> getComponents()
          Returns the collection of images composing the file.
 void setComponents(List<ImageData> components)
          Sets the images composing the file.
 
Methods inherited from class pojos.FileData
getAbsolutePath, getDescription, getName, getPath, isDirectory, isHidden, lastModified, setDescription, setRegisteredFile, setRepositoryPath
 
Methods inherited from class pojos.DataObject
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiImageData

public MultiImageData(omero.model.OriginalFile image)
Creates a new instance.

Parameters:
image - The object to host.
Method Detail

getComponents

public List<ImageData> getComponents()
Returns the collection of images composing the file.

Returns:
See above.

setComponents

public void setComponents(List<ImageData> components)
Sets the images composing the file.

Parameters:
components - The value to set.


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

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