public class WellSampleData extends DataObject
Constructor and Description |
---|
WellSampleData()
Creates a new instance.
|
WellSampleData(omero.model.WellSample wellSample)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ImageData |
getImage()
Returns the image related to that sample if any.
|
double |
getPositionX()
Deprecated.
Replaced by
getPositionX(UnitsLength) |
omero.model.Length |
getPositionX(omero.model.enums.UnitsLength unit)
Returns the position X.
|
double |
getPositionY()
Deprecated.
Replaced by
getPositionY(UnitsLength) |
omero.model.Length |
getPositionY(omero.model.enums.UnitsLength unit)
Returns the position Y.
|
long |
getStartTime()
Returns the time at which the field was acquired.
|
void |
setImage(ImageData newValue)
Sets the image linked to this well sample.
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
public WellSampleData()
public WellSampleData(omero.model.WellSample wellSample)
wellSample
- Back pointer to the WellSample
model object. Mustn't
be null
.IllegalArgumentException
- If the object is null
.public ImageData getImage()
0
or 1
.public void setImage(ImageData newValue)
newValue
- The image to set.public omero.model.Length getPositionX(omero.model.enums.UnitsLength unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public double getPositionX()
getPositionX(UnitsLength)
public omero.model.Length getPositionY(omero.model.enums.UnitsLength unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public double getPositionY()
getPositionY(UnitsLength)
public long getStartTime()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.