@Deprecated public class ChannelInfoNode extends OMEXMLNode
basePackage, classHash, constructorHash, element, idPrefix, LEGACY_VERSION, nextIds, NODE_PACKAGES, nodeHash
Constructor and Description |
---|
ChannelInfoNode(Element element)
Deprecated.
Constructs a ChannelInfo node with an associated DOM element.
|
ChannelInfoNode(OMEXMLNode parent)
Deprecated.
Constructs a ChannelInfo node with an associated DOM element beneath
a given parent.
|
ChannelInfoNode(OMEXMLNode parent,
boolean attach)
Deprecated.
Constructs a ChannelInfo node with an associated DOM element beneath
a given parent.
|
Modifier and Type | Method and Description |
---|---|
LightSourceNode |
getAuxLightSource()
Deprecated.
|
AuxLightSourceRefNode |
getAuxLightSourceRef()
Deprecated.
|
ChannelComponentNode |
getChannelComponent(int index)
Deprecated.
|
int |
getChannelComponentCount()
Deprecated.
|
Vector |
getChannelComponentList()
Deprecated.
|
String |
getContrastMethod()
Deprecated.
|
DetectorNode |
getDetector()
Deprecated.
|
DetectorRefNode |
getDetectorRef()
Deprecated.
|
Integer |
getEmWave()
Deprecated.
|
Integer |
getExWave()
Deprecated.
|
FilterNode |
getFilter()
Deprecated.
|
FilterRefNode |
getFilterRef()
Deprecated.
|
String |
getFluor()
Deprecated.
|
String |
getIlluminationType()
Deprecated.
|
LightSourceNode |
getLightSource()
Deprecated.
|
LightSourceRefNode |
getLightSourceRef()
Deprecated.
|
String |
getMode()
Deprecated.
|
String |
getName()
Deprecated.
|
Double |
getNDfilter()
Deprecated.
|
OTFNode |
getOTF()
Deprecated.
|
OTFRefNode |
getOTFRef()
Deprecated.
|
String |
getPhotometricInterpretation()
Deprecated.
|
Integer |
getPinholeSize()
Deprecated.
|
Integer |
getSamplesPerPixel()
Deprecated.
|
boolean |
hasID()
Deprecated.
Gets whether this type of node should have an ID.
|
void |
setContrastMethod(String contrastMethod)
Deprecated.
|
void |
setEmWave(Integer emWave)
Deprecated.
|
void |
setExWave(Integer exWave)
Deprecated.
|
void |
setFluor(String fluor)
Deprecated.
|
void |
setIlluminationType(String illuminationType)
Deprecated.
|
void |
setMode(String mode)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setNDfilter(Double ndfilter)
Deprecated.
|
void |
setPhotometricInterpretation(String photometricInterpretation)
Deprecated.
|
void |
setPinholeSize(Integer pinholeSize)
Deprecated.
|
void |
setSamplesPerPixel(Integer samplesPerPixel)
Deprecated.
|
clearCaches, createReference, equals, getAncestorElement, getAncestorNode, getAttribute, getAttributeNames, getAttributeValues, getAttrReferencedNode, getAttrReferringCount, getAttrReferringNodes, getBooleanAttribute, getBooleanCData, getCData, getCData, getChildCount, getChildNode, getChildNode, getChildNode, getChildNodes, getChildNodes, getDOMElement, getDoubleAttribute, getDoubleCData, getElementName, getFloatAttribute, getFloatCData, getIDPrefix, getIntegerAttribute, getIntegerCData, getLongAttribute, getLongCData, getNode, getNodeID, getReferencedNode, getReferencedNodes, getReferringCount, getReferringCount, getReferringNodes, getReferringNodes, getStringAttribute, getStringCData, getVersion, isLegacy, makeID, setAttribute, setAttribute, setAttrReferencedNode, setCData, setCData, setCData, setIDPrefix, setNodeID, toString
public ChannelInfoNode(Element element)
public ChannelInfoNode(OMEXMLNode parent)
public ChannelInfoNode(OMEXMLNode parent, boolean attach)
public int getChannelComponentCount()
public Vector getChannelComponentList()
public ChannelComponentNode getChannelComponent(int index)
public Integer getPinholeSize()
public void setPinholeSize(Integer pinholeSize)
public String getName()
public void setName(String name)
public LightSourceNode getAuxLightSource()
public AuxLightSourceRefNode getAuxLightSourceRef()
public Integer getSamplesPerPixel()
public void setSamplesPerPixel(Integer samplesPerPixel)
public String getContrastMethod()
public void setContrastMethod(String contrastMethod)
public OTFNode getOTF()
public OTFRefNode getOTFRef()
public FilterNode getFilter()
public FilterRefNode getFilterRef()
public String getFluor()
public void setFluor(String fluor)
public String getPhotometricInterpretation()
public void setPhotometricInterpretation(String photometricInterpretation)
public Double getNDfilter()
public void setNDfilter(Double ndfilter)
public String getMode()
public void setMode(String mode)
public DetectorNode getDetector()
public DetectorRefNode getDetectorRef()
public Integer getEmWave()
public void setEmWave(Integer emWave)
public Integer getExWave()
public void setExWave(Integer exWave)
public LightSourceNode getLightSource()
public LightSourceRefNode getLightSourceRef()
public String getIlluminationType()
public void setIlluminationType(String illuminationType)
public boolean hasID()
OMEXMLNode
hasID
in class OMEXMLNode
Copyright © 2014 Open Microscopy Environment