All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets) |
void |
addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets) |
void |
addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets) |
void |
addLightPathAnnotationLink(LightPathAnnotationLink target) |
void |
addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link,
boolean bothSides) |
void |
addLightPathEmissionFilterLink(LightPathEmissionFilterLink target) |
void |
addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link,
boolean bothSides) |
void |
addLightPathExcitationFilterLink(LightPathExcitationFilterLink target) |
void |
addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link,
boolean bothSides) |
void |
clearAnnotationLinks() |
void |
clearEmissionFilterLink() |
void |
clearExcitationFilterLink() |
java.util.List<LightPathAnnotationLink> |
copyAnnotationLinks() |
java.util.List<LightPathEmissionFilterLink> |
copyEmissionFilterLink() |
java.util.List<LightPathExcitationFilterLink> |
copyExcitationFilterLink() |
java.util.List<LightPathAnnotationLink> |
findLightPathAnnotationLink(Annotation removal) |
java.util.List<LightPathEmissionFilterLink> |
findLightPathEmissionFilterLink(Filter removal) |
java.util.List<LightPathExcitationFilterLink> |
findLightPathExcitationFilterLink(Filter removal) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner() |
Dichroic |
getDichroic() |
java.util.Map<java.lang.Long,java.lang.Long> |
getEmissionFilterLinkCountPerOwner() |
java.util.Map<java.lang.Long,java.lang.Long> |
getExcitationFilterLinkCountPerOwner() |
LightPathExcitationFilterLink |
getLightPathExcitationFilterLink(int index) |
LightPathExcitationFilterLink |
getPrimaryLightPathExcitationFilterLink() |
RInt |
getVersion() |
LightPathAnnotationLink |
linkAnnotation(Annotation addition) |
java.util.List<Annotation> |
linkedAnnotationList() |
java.util.List<Filter> |
linkedEmissionFilterList() |
java.util.List<Filter> |
linkedExcitationFilterList() |
LightPathEmissionFilterLink |
linkEmissionFilter(Filter addition) |
LightPathExcitationFilterLink |
linkExcitationFilter(Filter addition) |
void |
reloadAnnotationLinks(LightPath toCopy) |
void |
reloadEmissionFilterLink(LightPath toCopy) |
void |
reloadExcitationFilterLink(LightPath toCopy) |
void |
removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets) |
void |
removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets) |
void |
removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets) |
void |
removeLightPathAnnotationLink(LightPathAnnotationLink theTarget) |
void |
removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link,
boolean bothSides) |
void |
removeLightPathEmissionFilterLink(LightPathEmissionFilterLink theTarget) |
void |
removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link,
boolean bothSides) |
void |
removeLightPathExcitationFilterLink(LightPathExcitationFilterLink theTarget) |
void |
removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link,
boolean bothSides) |
void |
setDichroic(Dichroic theDichroic) |
LightPathExcitationFilterLink |
setLightPathExcitationFilterLink(int index,
LightPathExcitationFilterLink theElement) |
LightPathExcitationFilterLink |
setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink theElement) |
void |
setVersion(RInt theVersion) |
int |
sizeOfAnnotationLinks() |
int |
sizeOfEmissionFilterLink() |
int |
sizeOfExcitationFilterLink() |
void |
unlinkAnnotation(Annotation removal) |
void |
unlinkEmissionFilter(Filter removal) |
void |
unlinkExcitationFilter(Filter removal) |
void |
unloadAnnotationLinks() |
void |
unloadEmissionFilterLink() |
void |
unloadExcitationFilterLink() |