|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ChannelData
public class ChannelData
The data that makes up an OME Channel along with links to its logical channel.
Field Summary | |
---|---|
static String |
ANNOTATIONS
Identifies the Channel#ANNOTATIONLINKS field. |
Constructor Summary | |
---|---|
ChannelData(int index)
Creates a new instance. |
|
ChannelData(int index,
omero.model.Channel channel)
Creates a new instance. |
Method Summary | |
---|---|
String |
getChannelLabeling()
Returns the label of the channel. |
String |
getContrastMethod()
Returns the contrast method. |
omero.model.ContrastMethod |
getContrastMethodAsEnum()
Returns the contrast method enumeration value. |
int |
getEmissionWavelength()
Returns the emission wavelength of the channel. |
int |
getExcitationWavelength()
Returns the excitation wavelength of the channel. |
String |
getFluor()
Returns the Fluorophore used. |
double |
getGlobalMax()
Returns the global maximum of the channel i.e. the maximum of all maxima. |
double |
getGlobalMin()
Returns the global minimum of the channel i.e. the minimum of all minima. |
String |
getIllumination()
Returns the illumination. |
omero.model.Illumination |
getIlluminationAsEnum()
Returns the illumination enumeration value. |
int |
getIndex()
Returns the channel's index. |
String |
getMode()
Returns the mode. |
omero.model.AcquisitionMode |
getModeAsEnum()
Returns the acquisition enumeration value. |
String |
getName()
Returns the name of the channel. |
double |
getNDFilter()
Returns the ND filter wavelength of the channel. |
double |
getPinholeSize()
Returns the pin hole size of the channel. |
int |
getPockelCell()
Returns the Pockels cell settings. |
void |
setContrastMethod(omero.model.ContrastMethod contrastMethod)
Sets the contrast method value. |
void |
setEmissionWavelength(int value)
Sets the emission wavelength. |
void |
setExcitationWavelength(int value)
Sets the excitation wavelength. |
void |
setFluor(String value)
Sets the fluor. |
void |
setIllumination(omero.model.Illumination illumination)
Sets the illumination value. |
void |
setMode(omero.model.AcquisitionMode mode)
Sets the acquisition mode value. |
void |
setName(String name)
Sets the name of the logical channel. |
void |
setNDFilter(double value)
Sets the ND filter. |
void |
setPinholeSize(double value)
Sets the pinhole size. |
void |
setPockelCell(int value)
Sets the pockel cell. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ANNOTATIONS
Channel#ANNOTATIONLINKS
field.
Constructor Detail |
---|
public ChannelData(int index)
index
- The index of the channel.public ChannelData(int index, omero.model.Channel channel)
index
- The index of the channel.channel
- Back pointer to the Channel
model object.
Mustn't be null
.
IllegalArgumentException
- If the object is null
.Method Detail |
---|
public int getIndex()
public String getChannelLabeling()
public void setName(String name)
name
- The name of the channel.public String getName()
public int getEmissionWavelength()
public int getExcitationWavelength()
public double getPinholeSize()
public double getNDFilter()
public String getFluor()
public int getPockelCell()
public String getIllumination()
public String getContrastMethod()
public String getMode()
public double getGlobalMin()
public double getGlobalMax()
public void setPinholeSize(double value)
value
- The value to set.public void setNDFilter(double value)
value
- The value to set.public void setFluor(String value)
value
- The value to set.public void setEmissionWavelength(int value)
value
- The value to set.public void setExcitationWavelength(int value)
value
- The value to set.public void setPockelCell(int value)
value
- The value to set.public void setIllumination(omero.model.Illumination illumination)
illumination
- The value to set.public void setMode(omero.model.AcquisitionMode mode)
mode
- The value to set.public void setContrastMethod(omero.model.ContrastMethod contrastMethod)
contrastMethod
- The value to set.public omero.model.AcquisitionMode getModeAsEnum()
public omero.model.Illumination getIlluminationAsEnum()
public omero.model.ContrastMethod getContrastMethodAsEnum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.