public class DoubleAnnotationData extends AnnotationData
FILE_TRANSFER_NS| Constructor and Description | 
|---|
DoubleAnnotationData()
Creates a new instance. 
 | 
DoubleAnnotationData(double value)
Creates a new instance. 
 | 
DoubleAnnotationData(omero.model.DoubleAnnotation annotation)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getContent()
Returns the value. 
 | 
String | 
getContentAsString()
Returns the value as a string. 
 | 
double | 
getDataValue()
Returns the value. 
 | 
void | 
setContent(Object content)
Sets the text annotation. 
 | 
void | 
setDataValue(double value)
Sets the rating value. 
 | 
getDescription, getLastModified, getNameSpace, setDescription, setNameSpaceasAnnotation, asChannel, asDataset, asExperimenter, 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, toStringpublic DoubleAnnotationData(double value)
value - The value to set.public DoubleAnnotationData()
public DoubleAnnotationData(omero.model.DoubleAnnotation annotation)
annotation - The DoubleAnnotation object corresponding to
                   this DataObject.
                   Mustn't be null.public void setDataValue(double value)
value - The value to set.public double getDataValue()
public Object getContent()
getContent in class AnnotationDataAnnotationData.getContent()public String getContentAsString()
getContentAsString in class AnnotationDataAnnotationData.getContentAsString()public void setContent(Object content)
setContent in class AnnotationDatacontent - The value to set.AnnotationData.setContent(Object)
                
                
Version: 5.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.