public static class ImageCoordSystem.Loader extends java.lang.Object implements XML.ObjectLoader
| Constructor and Description |
|---|
ImageCoordSystem.Loader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createObject(XMLControl control)
Creates a new ImageCoordSystem.
|
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj)
Loads an ImageCoordSystem with data from an XMLControl.
|
void |
saveObject(XMLControl control,
java.lang.Object obj)
Saves ImageCoordSystem data to an XMLControl.
|
public void saveObject(XMLControl control, java.lang.Object obj)
saveObject in interface XML.ObjectLoadercontrol - the control to save toobj - the ImageCoordSystem object to savepublic java.lang.Object createObject(XMLControl control)
createObject in interface XML.ObjectLoadercontrol - the controlpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
loadObject in interface XML.ObjectLoadercontrol - the controlobj - the ImageCoordSystem object