Package omero.gateway.model
Class LightPathData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.LightPathData
-
public class LightPathData extends DataObject
Object hosting a light path.- Since:
- 3.0-Beta4
-
-
Constructor Summary
Constructors Constructor Description LightPathData(omero.model.LightPath lightPath)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DichroicData
getDichroic()
Returns the dichroic if any.java.util.List<FilterData>
getEmissionFilters()
Returns the collections of emission filters if any.java.util.List<FilterData>
getExcitationFilters()
Returns the collections of excitation filters if any.-
Methods inherited from class omero.gateway.model.DataObject
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
-
-
-
-
Method Detail
-
getEmissionFilters
public java.util.List<FilterData> getEmissionFilters()
Returns the collections of emission filters if any.- Returns:
- See above.
-
getExcitationFilters
public java.util.List<FilterData> getExcitationFilters()
Returns the collections of excitation filters if any.- Returns:
- See above.
-
getDichroic
public DichroicData getDichroic()
Returns the dichroic if any.- Returns:
- See above.
-
-