|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.formats.model.ChannelData
public class ChannelData
Represents all the metadata required to make accurate decisions about channel colour and name.
Constructor Summary | |
---|---|
ChannelData()
|
Method Summary | |
---|---|
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. |
List<omero.model.Filter> |
getLightPathEmissionFilters()
Returns the collection of emission filters in the light path. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChannelData()
Method Detail |
---|
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 List<omero.model.Filter> getLightPathEmissionFilters()
public List<omero.model.Filter> getLightPathExcitationFilters()
public omero.model.LightSettings getLightSourceSettings()
public omero.model.LightSource getLightSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.