Modifier and Type |
Method and Description |
void |
addAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets) |
void |
addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target) |
void |
addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
java.util.List<PlaneInfoAnnotationLink> |
copyAnnotationLinks() |
java.util.List<PlaneInfoAnnotationLink> |
findPlaneInfoAnnotationLink(Annotation removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
Time |
getDeltaT() |
Time |
getExposureTime() |
Pixels |
getPixels() |
Length |
getPositionX() |
Length |
getPositionY() |
Length |
getPositionZ() |
RInt |
getTheC() |
RInt |
getTheT() |
RInt |
getTheZ() |
RInt |
getVersion() |
PlaneInfoAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(PlaneInfo toCopy) |
void |
removeAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets) |
void |
removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget) |
void |
removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link,
boolean bothSides) |
void |
setDeltaT(Time theDeltaT) |
void |
setExposureTime(Time theExposureTime) |
void |
setPixels(Pixels thePixels) |
void |
setPositionX(Length thePositionX) |
void |
setPositionY(Length thePositionY) |
void |
setPositionZ(Length thePositionZ) |
void |
setTheC(RInt theTheC) |
void |
setTheT(RInt theTheT) |
void |
setTheZ(RInt theTheZ) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |