Package omero.gateway.model
Class OTFData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.OTFData
-
public class OTFData extends DataObject
Hosts an OTF.- Since:
- 3.0-Beta4
-
-
Constructor Summary
Constructors Constructor Description OTFData(omero.model.OTF otf)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterSetData
getFilterSet()
Returns the associated filter set.ObjectiveData
getObjective()
Returns the associated objective.java.lang.String
getPath()
Returns the path.java.lang.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 omero.gateway.model.DataObject
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
-
-
-
-
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 java.lang.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 java.lang.String getPixelsType()
Returns the pixels type.- Returns:
- See above.
-
-