public interface XMLPluginIO
Modifier and Type | Field and Description |
---|---|
static int |
RESTORE_DATA |
static int |
RESTORE_DONE |
static int |
RESTORE_FINALIZE |
static int |
RESTORE_PAGES |
static int |
RESTORE_PLOT_DATA_SOURCES |
static int |
RESTORE_PLOTS_IN_PAGES |
static int |
RESTORE_TREE_OBJECTS |
static int |
RESTORE_TREE_STRUCTURE |
Modifier and Type | Method and Description |
---|---|
int |
restore(int level,
org.freehep.xml.io.XMLIOManager manager,
org.jdom.Element el)
level is the level at which the restore should be performed.
|
void |
save(org.freehep.xml.io.XMLIOManager manager,
org.jdom.Element el) |
static final int RESTORE_DONE
static final int RESTORE_DATA
static final int RESTORE_TREE_OBJECTS
static final int RESTORE_PLOT_DATA_SOURCES
static final int RESTORE_PAGES
static final int RESTORE_PLOTS_IN_PAGES
static final int RESTORE_TREE_STRUCTURE
static final int RESTORE_FINALIZE
void save(org.freehep.xml.io.XMLIOManager manager, org.jdom.Element el)
int restore(int level, org.freehep.xml.io.XMLIOManager manager, org.jdom.Element el)
Copyright © 2018. All rights reserved.