@Deprecated public class DisplayOptionsNode extends OMEXMLNode
basePackage, classHash, constructorHash, element, idPrefix, LEGACY_VERSION, nextIds, NODE_PACKAGES, nodeHash
Constructor and Description |
---|
DisplayOptionsNode(Element element)
Deprecated.
Constructs a DisplayOptions node with an associated DOM element.
|
DisplayOptionsNode(OMEXMLNode parent)
Deprecated.
Constructs a DisplayOptions node with an associated DOM element beneath
a given parent.
|
DisplayOptionsNode(OMEXMLNode parent,
boolean attach)
Deprecated.
Constructs a DisplayOptions node with an associated DOM element beneath
a given parent.
|
Modifier and Type | Method and Description |
---|---|
ChannelSpecTypeNode |
getBlueChannel()
Deprecated.
|
String |
getDisplay()
Deprecated.
|
ChannelSpecTypeNode |
getGreenChannel()
Deprecated.
|
GreyChannelNode |
getGreyChannel()
Deprecated.
|
ProjectionNode |
getProjection()
Deprecated.
|
ChannelSpecTypeNode |
getRedChannel()
Deprecated.
|
ROINode |
getROI(int index)
Deprecated.
|
int |
getROICount()
Deprecated.
|
Vector |
getROIList()
Deprecated.
|
TimeNode |
getTime()
Deprecated.
|
Double |
getZoom()
Deprecated.
|
boolean |
hasID()
Deprecated.
Gets whether this type of node should have an ID.
|
void |
setDisplay(String display)
Deprecated.
|
void |
setZoom(Double zoom)
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 DisplayOptionsNode(Element element)
public DisplayOptionsNode(OMEXMLNode parent)
public DisplayOptionsNode(OMEXMLNode parent, boolean attach)
public int getROICount()
public Vector getROIList()
public ROINode getROI(int index)
public ChannelSpecTypeNode getGreenChannel()
public ProjectionNode getProjection()
public Double getZoom()
public void setZoom(Double zoom)
public ChannelSpecTypeNode getBlueChannel()
public String getDisplay()
public void setDisplay(String display)
public TimeNode getTime()
public ChannelSpecTypeNode getRedChannel()
public GreyChannelNode getGreyChannel()
public boolean hasID()
OMEXMLNode
hasID
in class OMEXMLNode
Copyright © 2014 Open Microscopy Environment