public class XmlIoViewRegistrations extends XmlIoSingleton<ViewRegistrations>
| Modifier and Type | Field and Description |
|---|---|
protected XmlIoViewTransform |
xmlViewTransform |
handledTags| Constructor and Description |
|---|
XmlIoViewRegistrations() |
| Modifier and Type | Method and Description |
|---|---|
ViewRegistrations |
fromXml(org.jdom2.Element elem)
Load
ViewRegistrations from the given DOM element. |
org.jdom2.Element |
toXml(ViewRegistrations viewRegistrations) |
getTag, toXmlprotected XmlIoViewTransform xmlViewTransform
public ViewRegistrations fromXml(org.jdom2.Element elem) throws SpimDataException
ViewRegistrations from the given DOM element.fromXml in class XmlIoSingleton<ViewRegistrations>elem - a DOM element.SpimDataExceptionpublic org.jdom2.Element toXml(ViewRegistrations viewRegistrations)
Copyright © 2015–2021 Fiji. All rights reserved.