@Deprecated public class AuxLightSourceRefNode extends ReferenceNode
basePackage, classHash, constructorHash, element, idPrefix, LEGACY_VERSION, nextIds, NODE_PACKAGES, nodeHash
Constructor and Description |
---|
AuxLightSourceRefNode(Element element)
Deprecated.
Constructs a AuxLightSourceRef node with an associated DOM element.
|
AuxLightSourceRefNode(OMEXMLNode parent)
Deprecated.
Constructs a AuxLightSourceRef node with an associated DOM element beneath
a given parent.
|
AuxLightSourceRefNode(OMEXMLNode parent,
boolean attach)
Deprecated.
Constructs a AuxLightSourceRef node with an associated DOM element beneath
a given parent.
|
Modifier and Type | Method and Description |
---|---|
Double |
getAttenuation()
Deprecated.
|
LightSourceNode |
getLightSource()
Deprecated.
Returns the
LightSourceNode which this reference
links to. |
String |
getTechnique()
Deprecated.
|
Integer |
getWavelength()
Deprecated.
|
boolean |
hasID()
Deprecated.
Gets whether this type of node should have an ID.
|
void |
setAttenuation(Double attenuation)
Deprecated.
|
void |
setLightSourceNode(LightSourceNode node)
Deprecated.
Sets the active reference node on this node.
|
void |
setTechnique(String technique)
Deprecated.
|
void |
setWavelength(Integer wavelength)
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 AuxLightSourceRefNode(Element element)
public AuxLightSourceRefNode(OMEXMLNode parent)
public AuxLightSourceRefNode(OMEXMLNode parent, boolean attach)
public LightSourceNode getLightSource()
LightSourceNode
which this reference
links to.public void setLightSourceNode(LightSourceNode node)
node
- The LightSourceNode
to set as a
reference.public Integer getWavelength()
public void setWavelength(Integer wavelength)
public String getTechnique()
public void setTechnique(String technique)
public Double getAttenuation()
public void setAttenuation(Double attenuation)
public boolean hasID()
OMEXMLNode
hasID
in class ReferenceNode
Copyright © 2014 Open Microscopy Environment