pojos
Class OTFData

java.lang.Object
  extended by pojos.DataObject
      extended by pojos.OTFData

public class OTFData
extends DataObject

Hosts an OTF.

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
OTFData(omero.model.OTF otf)
          Creates a new instance.
 
Method Summary
 FilterSetData getFilterSet()
          Returns the associated filter set.
 ObjectiveData getObjective()
          Returns the associated objective.
 String getPath()
          Returns the path.
 String getPixelsType()
          Returns the pixels type.
 int getSizeX()
          Returns the size along the X-axis.
 int getSizeY()
          Returns the size along the Y-axis.
 boolean hasOpticalAxisAveraged()
          Returns a boolean flag if the value has been set
 
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

OTFData

public OTFData(omero.model.OTF otf)
Creates a new instance.

Parameters:
otf - The OTF to host. Mustn't be null.
Method Detail

getObjective

public ObjectiveData getObjective()
Returns the associated objective.

Returns:
See above.

getFilterSet

public FilterSetData getFilterSet()
Returns the associated filter set.

Returns:
See above.

hasOpticalAxisAveraged

public boolean hasOpticalAxisAveraged()
Returns a boolean flag if the value has been set

Returns:
See above.

getPath

public String getPath()
Returns the path.

Returns:
See above.

getSizeX

public int getSizeX()
Returns the size along the X-axis.

Returns:
See above.

getSizeY

public int getSizeY()
Returns the size along the Y-axis.

Returns:
See above.

getPixelsType

public String getPixelsType()
Returns the pixels type.

Returns:
See above.


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

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