Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
LightPath |
Channel.getLightPath() |
LightPath |
Dichroic.getLinkedLightPath(int index) |
LightPath |
Filter.getLinkedLightPathEmissionFilter(int index) |
LightPath |
Filter.getLinkedLightPathExcitationFilter(int index) |
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 |
---|---|
java.util.List<LightPath> |
Filter.copyLinkedLightPathEmissionFilterList() |
java.util.List<LightPath> |
Filter.copyLinkedLightPathExcitationFilterList() |
java.util.List<LightPath> |
Dichroic.copyLinkedLightPathList() |
Modifier and Type | Method and Description |
---|---|
boolean |
Dichroic.linkLightPath(LightPath o) |
boolean |
Filter.linkLightPathEmissionFilter(LightPath o) |
boolean |
Filter.linkLightPathExcitationFilter(LightPath o) |
void |
Channel.setLightPath(LightPath lightPath) |
LightPath |
Dichroic.setLinkedLightPath(int index,
LightPath o) |
LightPath |
Filter.setLinkedLightPathEmissionFilter(int index,
LightPath o) |
LightPath |
Filter.setLinkedLightPathExcitationFilter(int index,
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 © 2014 Open Microscopy Environment