Uses of Class
ome.xml.model.Instrument
Packages that use Instrument
-
Uses of Instrument in ome.specification
Fields in ome.specification declared as InstrumentModifier and TypeFieldDescriptionprotected InstrumentXMLMockObjects.instrumentThe instrument used for the metadata.Methods in ome.specification that return InstrumentModifier and TypeMethodDescriptionXMLMockObjects.createInstrument(boolean populate) Creates an instrument with filters, light sources etc. -
Uses of Instrument in ome.xml.model
Methods in ome.xml.model that return InstrumentModifier and TypeMethodDescriptionDetector.getInstrument()Dichroic.getInstrument()Filter.getInstrument()FilterSet.getInstrument()LightSource.getInstrument()Objective.getInstrument()OME.getInstrument(int index) Annotation.getLinkedInstrument(int index) Image.getLinkedInstrument()OME.setInstrument(int index, Instrument instrument) Annotation.setLinkedInstrument(int index, Instrument o) Methods in ome.xml.model that return types with arguments of type InstrumentMethods in ome.xml.model with parameters of type InstrumentModifier and TypeMethodDescriptionvoidOME.addInstrument(Instrument instrument) booleanAnnotation.linkInstrument(Instrument o) voidImage.linkInstrument(Instrument o) voidOME.removeInstrument(Instrument instrument) voidDetector.setInstrument(Instrument instrument_BackReference) voidDichroic.setInstrument(Instrument instrument_BackReference) voidFilter.setInstrument(Instrument instrument_BackReference) voidFilterSet.setInstrument(Instrument instrument_BackReference) voidLightSource.setInstrument(Instrument instrument_BackReference) voidObjective.setInstrument(Instrument instrument_BackReference) OME.setInstrument(int index, Instrument instrument) Annotation.setLinkedInstrument(int index, Instrument o) booleanAnnotation.unlinkInstrument(Instrument o) voidImage.unlinkInstrument(Instrument o) Constructors in ome.xml.model with parameters of type Instrument