public class XmlIoBoundingBoxes extends XmlIoSingleton<BoundingBoxes>
handledTags
Constructor and Description |
---|
XmlIoBoundingBoxes() |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
boundingBoxToXml(BoundingBox bb) |
BoundingBoxes |
fromXml(org.jdom2.Element allBoundingBoxes)
Create an object from the given element.
|
org.jdom2.Element |
toXml(BoundingBoxes boundingBoxes) |
getTag, toXml
public org.jdom2.Element toXml(BoundingBoxes boundingBoxes)
public BoundingBoxes fromXml(org.jdom2.Element allBoundingBoxes) throws SpimDataException
XmlIoSingleton
created
.
Calling this method clears all unhandled content from previous
invocations.fromXml
in class XmlIoSingleton<BoundingBoxes>
SpimDataException
protected org.jdom2.Element boundingBoxToXml(BoundingBox bb)
Copyright © 2015–2021 Fiji. All rights reserved.