@Deprecated public class OTFNode extends OMEXMLNode
basePackage, classHash, constructorHash, element, idPrefix, LEGACY_VERSION, nextIds, NODE_PACKAGES, nodeHash
Constructor and Description |
---|
OTFNode(Element element)
Deprecated.
Constructs a OTF node with an associated DOM element.
|
OTFNode(OMEXMLNode parent)
Deprecated.
Constructs a OTF node with an associated DOM element beneath
a given parent.
|
OTFNode(OMEXMLNode parent,
boolean attach)
Deprecated.
Constructs a OTF node with an associated DOM element beneath
a given parent.
|
Modifier and Type | Method and Description |
---|---|
String |
getBinaryFile()
Deprecated.
|
FilterNode |
getFilter()
Deprecated.
|
FilterRefNode |
getFilterRef()
Deprecated.
|
ObjectiveNode |
getObjective()
Deprecated.
|
ObjectiveRefNode |
getObjectiveRef()
Deprecated.
|
Boolean |
getOpticalAxisAvrg()
Deprecated.
|
String |
getPixelType()
Deprecated.
|
int |
getReferringChannelInfoCount()
Deprecated.
|
List |
getReferringChannelInfoList()
Deprecated.
|
Integer |
getSizeX()
Deprecated.
|
Integer |
getSizeY()
Deprecated.
|
boolean |
hasID()
Deprecated.
Gets whether this type of node should have an ID.
|
void |
setBinaryFile(String binaryFile)
Deprecated.
|
void |
setOpticalAxisAvrg(Boolean opticalAxisAvrg)
Deprecated.
|
void |
setPixelType(String pixelType)
Deprecated.
|
void |
setSizeX(Integer sizeX)
Deprecated.
|
void |
setSizeY(Integer sizeY)
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 OTFNode(Element element)
public OTFNode(OMEXMLNode parent)
public OTFNode(OMEXMLNode parent, boolean attach)
public String getPixelType()
public void setPixelType(String pixelType)
public Integer getSizeX()
public void setSizeX(Integer sizeX)
public Integer getSizeY()
public void setSizeY(Integer sizeY)
public FilterNode getFilter()
public FilterRefNode getFilterRef()
public Boolean getOpticalAxisAvrg()
public void setOpticalAxisAvrg(Boolean opticalAxisAvrg)
public ObjectiveNode getObjective()
public ObjectiveRefNode getObjectiveRef()
public String getBinaryFile()
public void setBinaryFile(String binaryFile)
public int getReferringChannelInfoCount()
public List getReferringChannelInfoList()
public boolean hasID()
OMEXMLNode
hasID
in class OMEXMLNode
Copyright © 2014 Open Microscopy Environment