|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ImageAcquisitionData
public class ImageAcquisitionData
Object hosting the acquisition metadata.
Constructor Summary | |
---|---|
ImageAcquisitionData(omero.model.Image image)
Creates a new instance. |
Method Summary | |
---|---|
double |
getAirPressure()
Returns the air pressure in bar |
double |
getCo2Percent()
Returns the Co2 level, this is a percent value in the interval [0, 1]. |
double |
getCorrectionCollar()
Returns the correction collar of the objective. |
double |
getHumidity()
Returns the humidity level, this is a value in the interval [0, 1] |
long |
getImagingEnvironmentId()
Returns the id of the StageLabel or -1
if not already linked to the image. |
String |
getLabelName()
Returns the name of the stage label. |
String |
getMedium()
Returns the medium of the objective. |
omero.model.Medium |
getMediumAsEnum()
Returns the medium enumeration value. |
ObjectiveData |
getObjective()
Returns the objective used to capture the image. |
long |
getObjectiveSettingsId()
Returns the id of the Objective settings or -1
if not already linked to the image. |
Object |
getPositionX()
Returns the x-coordinate in the frame microscope. |
Object |
getPositionY()
Returns the y-coordinate in the frame microscope. |
Object |
getPositionZ()
Returns the z-coordinate in the frame microscope. |
double |
getRefractiveIndex()
Returns the refractive index of the objective. |
long |
getStageLabelId()
Returns the id of the StageLabel or -1
if not already linked to the image. |
Object |
getTemperature()
Returns the temperature in Celcius. |
boolean |
isImagingEnvironmentDirty()
Returns true if the StageLabel has been updated,
false otherwise. |
boolean |
isObjectiveSettingsDirty()
Returns true if the objective settings has been updated,
false otherwise. |
boolean |
isStageLabelDirty()
Returns true if the position has been updated,
false otherwise. |
void |
setAirPressure(double pressure)
Sets the air pressure. |
void |
setCo2Percent(double co2)
Sets the co2 level. |
void |
setCorrectionCollar(double correction)
Sets the correction of the objective. |
void |
setHumidity(double humidity)
Sets the humidity. |
void |
setLabelName(String name)
Sets the name of the stage label. |
void |
setMedium(omero.model.Medium medium)
Sets the medium of the objective. |
void |
setPositionX(double value)
Sets the x-position. |
void |
setPositionY(double value)
Sets the y-position. |
void |
setPositionZ(double value)
Sets the z-position. |
void |
setRefractiveIndex(double index)
Sets the refractive index of the objective. |
void |
setTemperature(double temperature)
Sets the temperature. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImageAcquisitionData(omero.model.Image image)
image
- The image the acquisition data is related to.
Mustn't be null
.Method Detail |
---|
public ObjectiveData getObjective()
public String getLabelName()
public Object getPositionX()
public Object getPositionY()
public Object getPositionZ()
public Object getTemperature()
public double getAirPressure()
public double getHumidity()
public double getCo2Percent()
public double getCorrectionCollar()
public double getRefractiveIndex()
public String getMedium()
public void setLabelName(String name)
name
- The value to set.public void setPositionX(double value)
value
- The value to set.public void setPositionY(double value)
value
- The value to set.public void setPositionZ(double value)
value
- The value to set.public void setTemperature(double temperature)
temperature
- The value to set.public void setAirPressure(double pressure)
pressure
- The value to set.public void setHumidity(double humidity)
humidity
- The value to set.public void setCo2Percent(double co2)
co2
- The value to set.public void setCorrectionCollar(double correction)
correction
- The value to set.public void setRefractiveIndex(double index)
index
- The value to set.public void setMedium(omero.model.Medium medium)
medium
- The value to set.public boolean isStageLabelDirty()
true
if the position has been updated,
false
otherwise.
public boolean isImagingEnvironmentDirty()
true
if the StageLabel has been updated,
false
otherwise.
public boolean isObjectiveSettingsDirty()
true
if the objective settings has been updated,
false
otherwise.
public long getStageLabelId()
StageLabel
or -1
if not already linked to the image.
public long getImagingEnvironmentId()
StageLabel
or -1
if not already linked to the image.
public long getObjectiveSettingsId()
Objective settings
or -1
if not already linked to the image.
public omero.model.Medium getMediumAsEnum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.