Package | Description |
---|---|
ome.specification | |
ome.xml.model |
Modifier and Type | Field and Description |
---|---|
protected Instrument |
XMLMockObjects.instrument
The instrument used for the metadata.
|
Modifier and Type | Method and Description |
---|---|
Instrument |
XMLMockObjects.createInstrument(boolean populate)
Creates an instrument with filters, light sources etc.
|
Modifier and Type | Field and Description |
---|---|
private Instrument |
LightSource.instrument |
private Instrument |
Image.instrument |
private Instrument |
FilterSet.instrument |
private Instrument |
Detector.instrument |
private Instrument |
Filter.instrument |
private Instrument |
Objective.instrument |
private Instrument |
Dichroic.instrument |
Modifier and Type | Field and Description |
---|---|
private List<Instrument> |
Annotation.instrumentLinks |
private List<Instrument> |
OME.instruments |
Modifier and Type | Method and Description |
---|---|
Instrument |
LightSource.getInstrument() |
Instrument |
FilterSet.getInstrument() |
Instrument |
Detector.getInstrument() |
Instrument |
Filter.getInstrument() |
Instrument |
Objective.getInstrument() |
Instrument |
Dichroic.getInstrument() |
Instrument |
OME.getInstrument(int index) |
Instrument |
Image.getLinkedInstrument() |
Instrument |
Annotation.getLinkedInstrument(int index) |
Instrument |
OME.setInstrument(int index,
Instrument instrument) |
Instrument |
Annotation.setLinkedInstrument(int index,
Instrument o) |
Modifier and Type | Method and Description |
---|---|
List<Instrument> |
OME.copyInstrumentList() |
List<Instrument> |
Annotation.copyLinkedInstrumentList() |
Modifier and Type | Method and Description |
---|---|
void |
OME.addInstrument(Instrument instrument) |
void |
Image.linkInstrument(Instrument o) |
boolean |
Annotation.linkInstrument(Instrument o) |
void |
OME.removeInstrument(Instrument instrument) |
void |
LightSource.setInstrument(Instrument instrument_BackReference) |
void |
FilterSet.setInstrument(Instrument instrument_BackReference) |
void |
Detector.setInstrument(Instrument instrument_BackReference) |
void |
Filter.setInstrument(Instrument instrument_BackReference) |
void |
Objective.setInstrument(Instrument instrument_BackReference) |
void |
Dichroic.setInstrument(Instrument instrument_BackReference) |
Instrument |
OME.setInstrument(int index,
Instrument instrument) |
Instrument |
Annotation.setLinkedInstrument(int index,
Instrument o) |
void |
Image.unlinkInstrument(Instrument o) |
boolean |
Annotation.unlinkInstrument(Instrument o) |
Constructor and Description |
---|
Instrument(Instrument orig)
Copy constructor.
|
Copyright © 2016 Open Microscopy Environment