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 LightPathXMLMockObjects. 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 LightPathChannel. getLightPath()LightPathAnnotation. getLinkedLightPath(int index)LightPathDichroic. getLinkedLightPath(int index)LightPathFilter. getLinkedLightPathEmissionFilter(int index)LightPathFilter. getLinkedLightPathExcitationFilter(int index)LightPathAnnotation. setLinkedLightPath(int index, LightPath o)LightPathDichroic. setLinkedLightPath(int index, LightPath o)LightPathFilter. setLinkedLightPathEmissionFilter(int index, LightPath o)LightPathFilter. setLinkedLightPathExcitationFilter(int index, LightPath o)Methods in ome.xml.model that return types with arguments of type LightPath Modifier and Type Method Description java.util.List<LightPath>Filter. copyLinkedLightPathEmissionFilterList()java.util.List<LightPath>Filter. copyLinkedLightPathExcitationFilterList()java.util.List<LightPath>Annotation. copyLinkedLightPathList()java.util.List<LightPath>Dichroic. copyLinkedLightPathList()Methods in ome.xml.model with parameters of type LightPath Modifier and Type Method Description booleanAnnotation. linkLightPath(LightPath o)booleanDichroic. linkLightPath(LightPath o)booleanFilter. linkLightPathEmissionFilter(LightPath o)booleanFilter. linkLightPathExcitationFilter(LightPath o)voidChannel. setLightPath(LightPath lightPath)LightPathAnnotation. setLinkedLightPath(int index, LightPath o)LightPathDichroic. setLinkedLightPath(int index, LightPath o)LightPathFilter. setLinkedLightPathEmissionFilter(int index, LightPath o)LightPathFilter. setLinkedLightPathExcitationFilter(int index, LightPath o)booleanAnnotation. unlinkLightPath(LightPath o)booleanDichroic. unlinkLightPath(LightPath o)booleanFilter. unlinkLightPathEmissionFilter(LightPath o)booleanFilter. unlinkLightPathExcitationFilter(LightPath o)Constructors in ome.xml.model with parameters of type LightPath Constructor Description LightPath(LightPath orig)Copy constructor.
-