public class Plane extends AbstractOMEModelObject
| Constructor and Description |
|---|
Plane()
Default constructor.
|
Plane(Element element,
OMEModel model)
Constructs Plane recursively from an XML DOM tree.
|
Plane(Plane orig)
Copy constructor.
|
getChildrenByTagName, stripNamespacePrefixpublic static final String NAMESPACE
public Plane()
public Plane(Element element, OMEModel model) throws EnumerationException
element - Root of the XML DOM tree to construct a model object
graph from.model - Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException - If there is an error instantiating an
enumeration during model object creation.public Plane(Plane orig)
public void update(Element element, OMEModel model) throws EnumerationException
update in interface OMEModelObjectupdate in class AbstractOMEModelObjectelement - Root of the XML DOM tree to construct a model object
graph from.model - Handler for the OME model which keeps track of instances
and references seen during object population.EnumerationException - If there is an error instantiating an
enumeration during model object creation.public boolean link(Reference reference, OMEModelObject o)
OMEModelObjectlink in interface OMEModelObjectlink in class AbstractOMEModelObjectreference - The type qualifier for the reference. This should
be the corresponding reference type for o. If, for example,
o is of type Image, reference
MUST be of type ImageRef.o - Model object to link to.true if this model object was able to handle the
reference, false otherwise.public Time getExposureTime()
public void setExposureTime(Time exposureTime)
public Length getPositionZ()
public void setPositionZ(Length positionZ)
public Length getPositionX()
public void setPositionX(Length positionX)
public Length getPositionY()
public void setPositionY(Length positionY)
public Time getDeltaT()
public void setDeltaT(Time deltaT)
public NonNegativeInteger getTheC()
public void setTheC(NonNegativeInteger theC)
public NonNegativeInteger getTheZ()
public void setTheZ(NonNegativeInteger theZ)
public static String getPositionZUnitXsdDefault()
public static String getPositionXUnitXsdDefault()
public static String getDeltaTUnitXsdDefault()
public NonNegativeInteger getTheT()
public void setTheT(NonNegativeInteger theT)
public static String getExposureTimeUnitXsdDefault()
public static String getPositionYUnitXsdDefault()
public String getHashSHA1()
public void setHashSHA1(String hashSHA1)
public int sizeOfLinkedAnnotationList()
public List<Annotation> copyLinkedAnnotationList()
public Annotation getLinkedAnnotation(int index)
public Annotation setLinkedAnnotation(int index, Annotation o)
public boolean linkAnnotation(Annotation o)
public boolean unlinkAnnotation(Annotation o)
public Pixels getPixels()
public void setPixels(Pixels pixels_BackReference)
public Element asXMLElement(Document document)
OMEModelObjectasXMLElement in interface OMEModelObjectasXMLElement in class AbstractOMEModelObjectdocument - Destination document for element creation, etc.public Element asXMLElement(Document document, Element Plane_element)
AbstractOMEModelObjectasXMLElement in class AbstractOMEModelObjectdocument - Destination document for element creation, etc.Plane_element - Element from the subclass. If null a new
element will be created of this class.element populated with properties from this class.Copyright © 2006–2017 Open Microscopy Environment. All rights reserved.