Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
LightPath |
XMLMockObjects.createLightPath()
Creates a light path.
|
Modifier and Type | Field and Description |
---|---|
private LightPath |
Channel.lightPath |
Modifier and Type | Field and Description |
---|---|
private List<LightPath> |
Filter.lightPathEmissionFilterLinks |
private List<LightPath> |
Filter.lightPathExcitationFilterLinks |
private List<LightPath> |
Annotation.lightPathLinks |
private List<LightPath> |
Dichroic.lightPaths |
Modifier and Type | Method and Description |
---|---|
LightPath |
Channel.getLightPath() |
LightPath |
Annotation.getLinkedLightPath(int index) |
LightPath |
Dichroic.getLinkedLightPath(int index) |
LightPath |
Filter.getLinkedLightPathEmissionFilter(int index) |
LightPath |
Filter.getLinkedLightPathExcitationFilter(int index) |
LightPath |
Annotation.setLinkedLightPath(int index,
LightPath o) |
LightPath |
Dichroic.setLinkedLightPath(int index,
LightPath o) |
LightPath |
Filter.setLinkedLightPathEmissionFilter(int index,
LightPath o) |
LightPath |
Filter.setLinkedLightPathExcitationFilter(int index,
LightPath o) |
Modifier and Type | Method and Description |
---|---|
List<LightPath> |
Filter.copyLinkedLightPathEmissionFilterList() |
List<LightPath> |
Filter.copyLinkedLightPathExcitationFilterList() |
List<LightPath> |
Annotation.copyLinkedLightPathList() |
List<LightPath> |
Dichroic.copyLinkedLightPathList() |
Modifier and Type | Method and Description |
---|---|
boolean |
Annotation.linkLightPath(LightPath o) |
boolean |
Dichroic.linkLightPath(LightPath o) |
boolean |
Filter.linkLightPathEmissionFilter(LightPath o) |
boolean |
Filter.linkLightPathExcitationFilter(LightPath o) |
void |
Channel.setLightPath(LightPath lightPath) |
LightPath |
Annotation.setLinkedLightPath(int index,
LightPath o) |
LightPath |
Dichroic.setLinkedLightPath(int index,
LightPath o) |
LightPath |
Filter.setLinkedLightPathEmissionFilter(int index,
LightPath o) |
LightPath |
Filter.setLinkedLightPathExcitationFilter(int index,
LightPath o) |
boolean |
Annotation.unlinkLightPath(LightPath o) |
boolean |
Dichroic.unlinkLightPath(LightPath o) |
boolean |
Filter.unlinkLightPathEmissionFilter(LightPath o) |
boolean |
Filter.unlinkLightPathExcitationFilter(LightPath o) |
Constructor and Description |
---|
LightPath(LightPath orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment