public class FilterData extends DataObject
Constructor and Description |
---|
FilterData(omero.model.Filter filter)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCutIn()
Deprecated.
Replaced by
getCutIn(UnitsLength) |
omero.model.Length |
getCutIn(omero.model.enums.UnitsLength unit)
Returns the cut in value or
null . |
Integer |
getCutInTolerance()
Deprecated.
Replaced by
getCutInTolerance(UnitsLength) |
omero.model.Length |
getCutInTolerance(omero.model.enums.UnitsLength unit)
Returns the cut in tolerance value or
null . |
Integer |
getCutOut()
Deprecated.
Replaced by
getCutOut(UnitsLength) |
omero.model.Length |
getCutOut(omero.model.enums.UnitsLength unit)
Returns the cut out value or
null . |
Integer |
getCutOutTolerance()
Deprecated.
Replaced by
getCutOutTolerance(UnitsLength) |
omero.model.Length |
getCutOutTolerance(omero.model.enums.UnitsLength unit)
Returns the cut out tolerance value or
null . |
String |
getFilterWheel()
Returns the wheel.
|
String |
getLotNumber()
Returns the lot number.
|
String |
getManufacturer()
Returns the manufacturer.
|
String |
getModel()
Returns the model.
|
String |
getSerialNumber()
Returns the serial number.
|
Double |
getTransmittance()
Returns the cut out tolerance value or
-1 . |
String |
getType()
Returns the type.
|
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 FilterData(omero.model.Filter filter)
filter
- The filter to host. Mustn't be null
.public omero.model.Length getCutIn(omero.model.enums.UnitsLength unit) throws BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Integer getCutIn()
getCutIn(UnitsLength)
null
.public omero.model.Length getCutInTolerance(omero.model.enums.UnitsLength unit) throws BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Integer getCutInTolerance()
getCutInTolerance(UnitsLength)
null
.public omero.model.Length getCutOut(omero.model.enums.UnitsLength unit) throws BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Integer getCutOut()
getCutOut(UnitsLength)
null
.public omero.model.Length getCutOutTolerance(omero.model.enums.UnitsLength unit) throws BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Integer getCutOutTolerance()
getCutOutTolerance(UnitsLength)
null
.public Double getTransmittance()
-1
.public String getManufacturer()
public String getModel()
public String getLotNumber()
public String getSerialNumber()
public String getType()
public String getFilterWheel()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.