Uses of Class
ome.xml.model.Filter
Packages that use Filter
-
Uses of Filter in ome.specification
Methods in ome.specification that return FilterModifier and TypeMethodDescriptionXMLMockObjects.createFilter(int index, double cutIn, double cutOut) Creates a filter. -
Uses of Filter in ome.xml.model
Methods in ome.xml.model that return FilterModifier and TypeMethodDescriptionInstrument.getFilter(int index) FilterSet.getLinkedEmissionFilter(int index) LightPath.getLinkedEmissionFilter(int index) FilterSet.getLinkedExcitationFilter(int index) LightPath.getLinkedExcitationFilter(int index) Annotation.getLinkedFilter(int index) FilterSet.setLinkedEmissionFilter(int index, Filter o) LightPath.setLinkedEmissionFilter(int index, Filter o) FilterSet.setLinkedExcitationFilter(int index, Filter o) LightPath.setLinkedExcitationFilter(int index, Filter o) Annotation.setLinkedFilter(int index, Filter o) Methods in ome.xml.model that return types with arguments of type FilterModifier and TypeMethodDescriptionInstrument.copyFilterList()FilterSet.copyLinkedEmissionFilterList()LightPath.copyLinkedEmissionFilterList()FilterSet.copyLinkedExcitationFilterList()LightPath.copyLinkedExcitationFilterList()Annotation.copyLinkedFilterList()Methods in ome.xml.model with parameters of type FilterModifier and TypeMethodDescriptionvoidbooleanFilterSet.linkEmissionFilter(Filter o) booleanLightPath.linkEmissionFilter(Filter o) booleanFilterSet.linkExcitationFilter(Filter o) booleanLightPath.linkExcitationFilter(Filter o) booleanAnnotation.linkFilter(Filter o) voidInstrument.removeFilter(Filter filter) FilterSet.setLinkedEmissionFilter(int index, Filter o) LightPath.setLinkedEmissionFilter(int index, Filter o) FilterSet.setLinkedExcitationFilter(int index, Filter o) LightPath.setLinkedExcitationFilter(int index, Filter o) Annotation.setLinkedFilter(int index, Filter o) booleanFilterSet.unlinkEmissionFilter(Filter o) booleanLightPath.unlinkEmissionFilter(Filter o) booleanFilterSet.unlinkExcitationFilter(Filter o) booleanLightPath.unlinkExcitationFilter(Filter o) booleanAnnotation.unlinkFilter(Filter o) Constructors in ome.xml.model with parameters of type Filter