|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnake.io.IOXML
public class IOXML
Class that provides loading and exporting capabilities to the snake.
Constructor Summary | |
---|---|
IOXML()
|
Method Summary | |
---|---|
static plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom |
loadPriorShapeFromXML()
Opens a dialog to select an XML file, and loads all a prior shape. |
static java.util.ArrayList<plugins.big.bigsnake.keeper.SnakeKeeper> |
loadSnakesFromXML(plugins.big.bigsnake.core.ImageLUTContainer imageLUT,
plugins.big.bigsnake.BIGSnake mainPlugin)
Opens a dialog to select an XML file, and loads all the snakes in the active Sequence . |
static void |
saveSnakesToXML(plugins.big.bigsnake.core.ImageLUTContainer imageLUT)
Opens a dialog and saves all the snakes in the active Sequence in an XML file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IOXML()
Method Detail |
---|
public static void saveSnakesToXML(plugins.big.bigsnake.core.ImageLUTContainer imageLUT) throws java.lang.Exception
Sequence
in an XML file.
java.lang.Exception
public static plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom loadPriorShapeFromXML() throws java.lang.Exception
java.lang.Exception
public static java.util.ArrayList<plugins.big.bigsnake.keeper.SnakeKeeper> loadSnakesFromXML(plugins.big.bigsnake.core.ImageLUTContainer imageLUT, plugins.big.bigsnake.BIGSnake mainPlugin) throws java.lang.Exception
Sequence
.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |