Uses of Class
ome.xml.model.LightPath
-
Packages that use LightPath Package Description ome.specification ome.xml.model -
-
Uses of LightPath in ome.specification
Methods in ome.specification that return LightPath Modifier and Type Method Description LightPath
XMLMockObjects. createLightPath()
Creates a light path. -
Uses of LightPath in ome.xml.model
Methods in ome.xml.model that return LightPath Modifier and Type Method 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)
Methods in ome.xml.model that return types with arguments of type LightPath Modifier and Type Method Description List<LightPath>
Filter. copyLinkedLightPathEmissionFilterList()
List<LightPath>
Filter. copyLinkedLightPathExcitationFilterList()
List<LightPath>
Annotation. copyLinkedLightPathList()
List<LightPath>
Dichroic. copyLinkedLightPathList()
Methods in ome.xml.model with parameters of type LightPath Modifier and Type Method 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)
Constructors in ome.xml.model with parameters of type LightPath Constructor Description LightPath(LightPath orig)
Copy constructor.
-