Package | Description |
---|---|
ome.model.acquisition | |
ome.model.annotations |
Modifier and Type | Field and Description |
---|---|
protected Objective |
OTF.objective |
protected Objective |
ObjectiveSettings.objective |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<Objective> |
Instrument.objective |
Modifier and Type | Method and Description |
---|---|
Objective |
OTF.getObjective()
Many-to-one field ome.model.acquisition.OTF.objective (ome.model.acquisition.Objective)
|
Objective |
ObjectiveSettings.getObjective()
Many-to-one field ome.model.acquisition.ObjectiveSettings.objective (ome.model.acquisition.Objective)
|
Objective |
Objective.newInstance() |
Objective |
Objective.proxy() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Objective> |
Instrument.getObjective()
returns objective .
|
java.util.Iterator<Objective> |
Instrument.iterateObjective()
should be used rather than accessing the objective set directly.
|
java.util.Collection<Objective> |
Instrument.unmodifiableObjective()
Returns an unmodifiable collection-view
|
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addObjective(Objective target)
use instead of setObjective .
|
void |
Instrument.removeObjective(Objective target)
removes a single element from this set and makes the inverse call on ome.model.acquisition.Objective
|
void |
OTF.setObjective(Objective objective) |
void |
ObjectiveSettings.setObjective(Objective objective) |
Modifier and Type | Method and Description |
---|---|
void |
Instrument.addObjectiveSet(java.util.Collection<Objective> targets)
use like addObjective.
|
void |
Instrument.removeObjectiveSet(java.util.Collection<Objective> targets)
use like removeObjective
|
protected void |
Instrument.setObjective(java.util.Set<Objective> objective)
setter for objective should be avoided.
|
Constructor and Description |
---|
ObjectiveSettings(Objective _objective) |
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 |
---|---|
Objective |
ObjectiveAnnotationLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectiveAnnotationLink.link(Objective parent,
Annotation child) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.