public class FilterData extends DataObject
Constructor and Description |
---|
FilterData(omero.model.Filter filter)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
omero.model.Length |
getCutIn(omero.model.enums.UnitsLength unit)
Returns the cut in value or
null . |
omero.model.Length |
getCutInTolerance(omero.model.enums.UnitsLength unit)
Returns the cut in tolerance value or
null . |
omero.model.Length |
getCutOut(omero.model.enums.UnitsLength unit)
Returns the cut out value or
null . |
omero.model.Length |
getCutOutTolerance(omero.model.enums.UnitsLength unit)
Returns the cut out tolerance value or
null . |
java.lang.String |
getFilterWheel()
Returns the wheel.
|
java.lang.String |
getLotNumber()
Returns the lot number.
|
java.lang.String |
getManufacturer()
Returns the manufacturer.
|
java.lang.String |
getModel()
Returns the model.
|
java.lang.String |
getSerialNumber()
Returns the serial number.
|
java.lang.Double |
getTransmittance()
Returns the cut out tolerance value or
-1 . |
java.lang.String |
getType()
Returns the type.
|
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 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 ome.model.units.BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)ome.model.units.BigResult
- If an arithmetic under-/overflow occurredpublic omero.model.Length getCutInTolerance(omero.model.enums.UnitsLength unit) throws ome.model.units.BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)ome.model.units.BigResult
- If an arithmetic under-/overflow occurredpublic omero.model.Length getCutOut(omero.model.enums.UnitsLength unit) throws ome.model.units.BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)ome.model.units.BigResult
- If an arithmetic under-/overflow occurredpublic omero.model.Length getCutOutTolerance(omero.model.enums.UnitsLength unit) throws ome.model.units.BigResult
null
.unit
- The unit (may be null, in which case no conversion will be
performed)ome.model.units.BigResult
- If an arithmetic under-/overflow occurredpublic java.lang.Double getTransmittance()
-1
.public java.lang.String getManufacturer()
public java.lang.String getModel()
public java.lang.String getLotNumber()
public java.lang.String getSerialNumber()
public java.lang.String getType()
public java.lang.String getFilterWheel()