public class XmlIoDHMImgLoader extends Object implements XmlIoBasicImgLoader<DHMImgLoader>
Modifier and Type | Field and Description |
---|---|
static String |
AMPLITUDE_DIR_TAG |
static String |
AMPLITUDE_ID_TAG |
static String |
EXTENSION_TAG |
static String |
PHASE_DIR_TAG |
static String |
PHASE_ID_TAG |
static String |
STACK_DIR_TAG |
static String |
TIMEPOINTS_TAG |
static String |
ZPLANES_TAG |
Constructor and Description |
---|
XmlIoDHMImgLoader() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
fromSemicolonSeparatedString(String semicolonList) |
DHMImgLoader |
fromXml(org.jdom2.Element elem,
File basePath,
AbstractSequenceDescription<?,?,?> sequenceDescription) |
static String |
semicolonSeparatedList(List<String> elements) |
org.jdom2.Element |
toXml(DHMImgLoader imgLoader,
File basePath) |
public static final String STACK_DIR_TAG
public static final String AMPLITUDE_DIR_TAG
public static final String PHASE_DIR_TAG
public static final String TIMEPOINTS_TAG
public static final String ZPLANES_TAG
public static final String EXTENSION_TAG
public static final String AMPLITUDE_ID_TAG
public static final String PHASE_ID_TAG
public org.jdom2.Element toXml(DHMImgLoader imgLoader, File basePath)
toXml
in interface XmlIoBasicImgLoader<DHMImgLoader>
public DHMImgLoader fromXml(org.jdom2.Element elem, File basePath, AbstractSequenceDescription<?,?,?> sequenceDescription)
fromXml
in interface XmlIoBasicImgLoader<DHMImgLoader>
Copyright © 2015–2021 Fiji. All rights reserved.