Modifier and Type |
Method and Description |
void |
addAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets) |
void |
addObjectiveAnnotationLink(ObjectiveAnnotationLink target) |
void |
addObjectiveAnnotationLinkToBoth(ObjectiveAnnotationLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
java.util.List<ObjectiveAnnotationLink> |
copyAnnotationLinks() |
java.util.List<ObjectiveAnnotationLink> |
findObjectiveAnnotationLink(Annotation removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
RDouble |
getCalibratedMagnification() |
Correction |
getCorrection() |
Immersion |
getImmersion() |
Instrument |
getInstrument() |
RBool |
getIris() |
RDouble |
getLensNA() |
RString |
getLotNumber() |
RString |
getManufacturer() |
RString |
getModel() |
RDouble |
getNominalMagnification() |
RString |
getSerialNumber() |
RInt |
getVersion() |
Length |
getWorkingDistance() |
ObjectiveAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
void |
reloadAnnotationLinks(Objective toCopy) |
void |
removeAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets) |
void |
removeObjectiveAnnotationLink(ObjectiveAnnotationLink theTarget) |
void |
removeObjectiveAnnotationLinkFromBoth(ObjectiveAnnotationLink link,
boolean bothSides) |
void |
setCalibratedMagnification(RDouble theCalibratedMagnification) |
void |
setCorrection(Correction theCorrection) |
void |
setImmersion(Immersion theImmersion) |
void |
setInstrument(Instrument theInstrument) |
void |
setIris(RBool theIris) |
void |
setLensNA(RDouble theLensNA) |
void |
setLotNumber(RString theLotNumber) |
void |
setManufacturer(RString theManufacturer) |
void |
setModel(RString theModel) |
void |
setNominalMagnification(RDouble theNominalMagnification) |
void |
setSerialNumber(RString theSerialNumber) |
void |
setVersion(RInt theVersion) |
void |
setWorkingDistance(Length theWorkingDistance) |
int |
sizeOfAnnotationLinks() |
void |
unlinkAnnotation(Annotation removal) |
void |
unloadAnnotationLinks() |