Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.model.acquisition | |
ome.model.annotations | |
ome.model.core |
Modifier and Type | Method and Description |
---|---|
Instrument |
IMetadata.loadInstrument(long id)
Loads the instrument and its components i.e. detectors, objectives, etc.
|
Modifier and Type | Method and Description |
---|---|
Instrument |
MetadataImpl.loadInstrument(long id) |
Modifier and Type | Field and Description |
---|---|
protected Instrument |
Detector.instrument |
protected Instrument |
Dichroic.instrument |
protected Instrument |
Filter.instrument |
protected Instrument |
FilterSet.instrument |
protected Instrument |
LightSource.instrument |
protected Instrument |
OTF.instrument |
protected Instrument |
Objective.instrument |
Modifier and Type | Method and Description |
---|---|
Instrument |
Detector.getInstrument()
Many-to-one field ome.model.acquisition.Detector.instrument (ome.model.acquisition.Instrument)
|
Instrument |
Dichroic.getInstrument()
Many-to-one field ome.model.acquisition.Dichroic.instrument (ome.model.acquisition.Instrument)
|
Instrument |
Filter.getInstrument()
Many-to-one field ome.model.acquisition.Filter.instrument (ome.model.acquisition.Instrument)
|
Instrument |
FilterSet.getInstrument()
Many-to-one field ome.model.acquisition.FilterSet.instrument (ome.model.acquisition.Instrument)
|
Instrument |
LightSource.getInstrument()
Many-to-one field ome.model.acquisition.LightSource.instrument (ome.model.acquisition.Instrument)
|
Instrument |
OTF.getInstrument()
Many-to-one field ome.model.acquisition.OTF.instrument (ome.model.acquisition.Instrument)
|
Instrument |
Objective.getInstrument()
Many-to-one field ome.model.acquisition.Objective.instrument (ome.model.acquisition.Instrument)
|
Instrument |
Instrument.newInstance() |
Instrument |
Instrument.proxy() |
Modifier and Type | Method and Description |
---|---|
void |
Detector.setInstrument(Instrument instrument) |
void |
Dichroic.setInstrument(Instrument instrument) |
void |
Filter.setInstrument(Instrument instrument) |
void |
FilterSet.setInstrument(Instrument instrument) |
void |
LightSource.setInstrument(Instrument instrument) |
void |
OTF.setInstrument(Instrument instrument) |
void |
Objective.setInstrument(Instrument instrument) |
Constructor and Description |
---|
Detector(DetectorType _type,
Instrument _instrument) |
Dichroic(Instrument _instrument) |
Filter(Instrument _instrument) |
FilterSet(Instrument _instrument) |
LightSource(Instrument _instrument) |
Objective(Immersion _immersion,
Correction _correction,
Instrument _instrument) |
OTF(java.lang.Integer _sizeX,
java.lang.Integer _sizeY,
java.lang.Boolean _opticalAxisAveraged,
PixelsType _pixelsType,
java.lang.String _path,
Objective _objective,
Instrument _instrument) |
Modifier and Type | Method and Description |
---|---|
Instrument |
InstrumentAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentAnnotationLink.link(Instrument parent,
Annotation child) |
Modifier and Type | Field and Description |
---|---|
protected Instrument |
Image.instrument |
Modifier and Type | Method and Description |
---|---|
Instrument |
Image.getInstrument()
Many-to-one field ome.model.core.Image.instrument (ome.model.acquisition.Instrument)
|
Modifier and Type | Method and Description |
---|---|
void |
Image.setInstrument(Instrument instrument) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.