public class OTFData extends DataObject
Constructor and Description |
---|
OTFData(omero.model.OTF otf)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
FilterSetData |
getFilterSet()
Returns the associated filter set.
|
ObjectiveData |
getObjective()
Returns the associated objective.
|
java.lang.String |
getPath()
Returns the path.
|
java.lang.String |
getPixelsType()
Returns the pixels type.
|
int |
getSizeX()
Returns the size along the X-axis.
|
int |
getSizeY()
Returns the size along the Y-axis.
|
boolean |
hasOpticalAxisAveraged()
Returns a boolean flag if the value has been set
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, 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 OTFData(omero.model.OTF otf)
otf
- The OTF to host. Mustn't be null
.public ObjectiveData getObjective()
public FilterSetData getFilterSet()
public boolean hasOpticalAxisAveraged()
public java.lang.String getPath()
public int getSizeX()
public int getSizeY()
public java.lang.String getPixelsType()