@Deprecated public class DetectorRefNode extends ReferenceNode
basePackage, classHash, constructorHash, element, idPrefix, LEGACY_VERSION, nextIds, NODE_PACKAGES, nodeHash
Constructor and Description |
---|
DetectorRefNode(Element element)
Deprecated.
Constructs a DetectorRef node with an associated DOM element.
|
DetectorRefNode(OMEXMLNode parent)
Deprecated.
Constructs a DetectorRef node with an associated DOM element beneath
a given parent.
|
DetectorRefNode(OMEXMLNode parent,
boolean attach)
Deprecated.
Constructs a DetectorRef node with an associated DOM element beneath
a given parent.
|
Modifier and Type | Method and Description |
---|---|
DetectorNode |
getDetector()
Deprecated.
Returns the
DetectorNode which this reference
links to. |
Double |
getGain()
Deprecated.
|
Double |
getOffset()
Deprecated.
|
boolean |
hasID()
Deprecated.
Gets whether this type of node should have an ID.
|
void |
setDetectorNode(DetectorNode node)
Deprecated.
Sets the active reference node on this node.
|
void |
setGain(Double gain)
Deprecated.
|
void |
setOffset(Double offset)
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 DetectorRefNode(Element element)
public DetectorRefNode(OMEXMLNode parent)
public DetectorRefNode(OMEXMLNode parent, boolean attach)
public DetectorNode getDetector()
DetectorNode
which this reference
links to.public void setDetectorNode(DetectorNode node)
node
- The DetectorNode
to set as a
reference.public Double getOffset()
public void setOffset(Double offset)
public Double getGain()
public void setGain(Double gain)
public boolean hasID()
OMEXMLNode
hasID
in class ReferenceNode
Copyright © 2014 Open Microscopy Environment