Package fr.igred.omero.core
Class PlaneInfoWrapper
- java.lang.Object
-
- fr.igred.omero.ObjectWrapper<PlaneInfoData>
-
- fr.igred.omero.core.PlaneInfoWrapper
-
- All Implemented Interfaces:
PlaneInfo,RemoteObject
public class PlaneInfoWrapper extends ObjectWrapper<PlaneInfoData> implements PlaneInfo
-
-
Field Summary
-
Fields inherited from class fr.igred.omero.ObjectWrapper
data
-
-
Constructor Summary
Constructors Constructor Description PlaneInfoWrapper(PlaneInfoData object)Constructor of the class PlaneInfoWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimegetDeltaT()Retrieves the plane deltaT.TimegetExposureTime()Retrieves the exposure time.LengthgetPositionX()Retrieves the X stage position.LengthgetPositionY()Retrieves the Y stage position.LengthgetPositionZ()Retrieves the Z stage position.intgetTheC()Retrieves the plane channel index.intgetTheT()Retrieves the plane time index.intgetTheZ()Retrieves the plane slice index.-
Methods inherited from class fr.igred.omero.ObjectWrapper
asDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate, toString, wrap, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface fr.igred.omero.core.PlaneInfo
asDataObject
-
Methods inherited from interface fr.igred.omero.RemoteObject
canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate
-
-
-
-
Constructor Detail
-
PlaneInfoWrapper
public PlaneInfoWrapper(PlaneInfoData object)
Constructor of the class PlaneInfoWrapper.- Parameters:
object- The PlaneInfoData to wrap in the PlaneInfoWrapper.
-
-
Method Detail
-
getDeltaT
public Time getDeltaT()
Retrieves the plane deltaT.
-
getExposureTime
public Time getExposureTime()
Retrieves the exposure time.- Specified by:
getExposureTimein interfacePlaneInfo- Returns:
- See above.
-
getPositionX
public Length getPositionX()
Retrieves the X stage position.- Specified by:
getPositionXin interfacePlaneInfo- Returns:
- See above.
-
getPositionY
public Length getPositionY()
Retrieves the Y stage position.- Specified by:
getPositionYin interfacePlaneInfo- Returns:
- See above.
-
getPositionZ
public Length getPositionZ()
Retrieves the Z stage position.- Specified by:
getPositionZin interfacePlaneInfo- Returns:
- See above.
-
getTheC
public int getTheC()
Retrieves the plane channel index.
-
getTheT
public int getTheT()
Retrieves the plane time index.
-
-