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 Time
getDeltaT()
Retrieves the plane deltaT.Time
getExposureTime()
Retrieves the exposure time.Length
getPositionX()
Retrieves the X stage position.Length
getPositionY()
Retrieves the Y stage position.Length
getPositionZ()
Retrieves the Z stage position.int
getTheC()
Retrieves the plane channel index.int
getTheT()
Retrieves the plane time index.int
getTheZ()
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:
getExposureTime
in interfacePlaneInfo
- Returns:
- See above.
-
getPositionX
public Length getPositionX()
Retrieves the X stage position.- Specified by:
getPositionX
in interfacePlaneInfo
- Returns:
- See above.
-
getPositionY
public Length getPositionY()
Retrieves the Y stage position.- Specified by:
getPositionY
in interfacePlaneInfo
- Returns:
- See above.
-
getPositionZ
public Length getPositionZ()
Retrieves the Z stage position.- Specified by:
getPositionZ
in interfacePlaneInfo
- Returns:
- See above.
-
getTheC
public int getTheC()
Retrieves the plane channel index.
-
getTheT
public int getTheT()
Retrieves the plane time index.
-
-