|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnake.io.IOXMLUtils
public class IOXMLUtils
Class that provides loading and exporting capabilities to the snake.
Constructor Summary | |
---|---|
IOXMLUtils()
Default constructor. |
Method Summary | |
---|---|
plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom |
loadPriorShapeFromXML()
Opens a dialog to select an XML file, and loads all a prior shape. |
java.util.ArrayList<SnakeKeeper> |
loadSnakesFromXML(ImageLUTContainer imageLUT,
BIGSnake mainPlugin)
Opens a dialog to select an XML file, and loads all the snakes in the active Sequence . |
void |
saveSnakesToXML(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 IOXMLUtils()
Method Detail |
---|
public void saveSnakesToXML(ImageLUTContainer imageLUT) throws java.lang.Exception
Sequence
in an XML file.
java.lang.Exception
public plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom loadPriorShapeFromXML() throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<SnakeKeeper> loadSnakesFromXML(ImageLUTContainer imageLUT, 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 |