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. 
 | 
Channel | 
getChannel()
Returns the channel this channel data is for. 
 | 
int | 
getChannelIndex()
Returns the index of the channel this channel data is for. 
 | 
FilterSet | 
getFilterSet()
Returns the filter set for the logical channel of this channel data. 
 | 
Filter | 
getFilterSetEmissionFilter()
Returns the filter set's emission filter for the logical channel of
 this channel data. 
 | 
Filter | 
getFilterSetExcitationFilter()
Returns the filter set's excitation filter for the logical channel of
 this channel data. 
 | 
java.util.List<Filter> | 
getLightPathEmissionFilters()
Returns the collection of emission filters in the light path. 
 | 
java.util.List<Filter> | 
getLightPathExcitationFilters()
Returns the collection of excitation filters in the light path. 
 | 
LightSource | 
getLightSource()
Returns the light source for the light source settings of this channel
 data. 
 | 
LightSettings | 
getLightSourceSettings()
Returns the light source settings for the logical channel of this
 channel data. 
 | 
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 Channel getChannel()
public int getChannelIndex()
public LogicalChannel getLogicalChannel()
public FilterSet getFilterSet()
public Filter getFilterSetEmissionFilter()
public Filter getFilterSetExcitationFilter()
public java.util.List<Filter> getLightPathEmissionFilters()
public java.util.List<Filter> getLightPathExcitationFilters()
public LightSettings getLightSourceSettings()
public LightSource getLightSource()