Package omero.model
Interface _PlaneInfoOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_PlaneInfoTie
,PlaneInfo
,PlaneInfoI
public interface _PlaneInfoOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getPixels
Pixels getPixels()
-
setPixels
void setPixels(Pixels thePixels)
-
getTheZ
RInt getTheZ()
-
setTheZ
void setTheZ(RInt theTheZ)
-
getTheC
RInt getTheC()
-
setTheC
void setTheC(RInt theTheC)
-
getTheT
RInt getTheT()
-
setTheT
void setTheT(RInt theTheT)
-
getDeltaT
Time getDeltaT()
-
setDeltaT
void setDeltaT(Time theDeltaT)
-
getPositionX
Length getPositionX()
-
setPositionX
void setPositionX(Length thePositionX)
-
getPositionY
Length getPositionY()
-
setPositionY
void setPositionY(Length thePositionY)
-
getPositionZ
Length getPositionZ()
-
setPositionZ
void setPositionZ(Length thePositionZ)
-
getExposureTime
Time getExposureTime()
-
setExposureTime
void setExposureTime(Time theExposureTime)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<PlaneInfoAnnotationLink> copyAnnotationLinks()
-
addPlaneInfoAnnotationLink
void addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target)
-
addAllPlaneInfoAnnotationLinkSet
void addAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets)
-
removePlaneInfoAnnotationLink
void removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget)
-
removeAllPlaneInfoAnnotationLinkSet
void removeAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(PlaneInfo toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
PlaneInfoAnnotationLink linkAnnotation(Annotation addition)
-
addPlaneInfoAnnotationLinkToBoth
void addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link, boolean bothSides)
-
findPlaneInfoAnnotationLink
java.util.List<PlaneInfoAnnotationLink> findPlaneInfoAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removePlaneInfoAnnotationLinkFromBoth
void removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
-