public class ChannelData
extends java.lang.Object
Constructor and Description |
---|
ChannelData() |
Modifier and Type | Method and Description |
---|---|
static ChannelData |
fromObjectContainerStore(IObjectContainerStore store,
int imageIndex,
int channelIndex)
Retrieves channel data from an object container store.
|
omero.model.Channel |
getChannel()
Returns the channel this channel data is for.
|
int |
getChannelIndex()
Returns the index of the channel this channel data is for.
|
omero.model.FilterSet |
getFilterSet()
Returns the filter set for the logical channel of this channel data.
|
omero.model.Filter |
getFilterSetEmissionFilter()
Returns the filter set's emission filter for the logical channel of
this channel data.
|
omero.model.Filter |
getFilterSetExcitationFilter()
Returns the filter set's excitation filter for the logical channel of
this channel data.
|
java.util.List<omero.model.Filter> |
getLightPathEmissionFilters()
Returns the collection of emission filters in the light path.
|
java.util.List<omero.model.Filter> |
getLightPathExcitationFilters()
Returns the collection of excitation filters in the light path.
|
omero.model.LightSource |
getLightSource()
Returns the light source for the light source settings of this channel
data.
|
omero.model.LightSettings |
getLightSourceSettings()
Returns the light source settings for the logical channel of this
channel data.
|
omero.model.LogicalChannel |
getLogicalChannel()
Returns the logical channel for this channel data.
|
public static ChannelData fromObjectContainerStore(IObjectContainerStore store, int imageIndex, int channelIndex)
store
- Store to retrieve the channel data from.imageIndex
- Index of the image to retrieve channel data for.channelIndex
- Index of the channel to retrieve channel data for.public omero.model.Channel getChannel()
public int getChannelIndex()
public omero.model.LogicalChannel getLogicalChannel()
public omero.model.FilterSet getFilterSet()
public omero.model.Filter getFilterSetEmissionFilter()
public omero.model.Filter getFilterSetExcitationFilter()
public java.util.List<omero.model.Filter> getLightPathEmissionFilters()
public java.util.List<omero.model.Filter> getLightPathExcitationFilters()
public omero.model.LightSettings getLightSourceSettings()
public omero.model.LightSource getLightSource()
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.