|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opensourcephysics.media.core.ImageCoordSystem.Loader
public static class ImageCoordSystem.Loader
A class to save and load ImageCoordSystem data.
Constructor Summary | |
---|---|
ImageCoordSystem.Loader()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageCoordSystem.Loader()
Method Detail |
---|
public void saveObject(XMLControl control, java.lang.Object obj)
saveObject
in interface XML.ObjectLoader
control
- the control to save toobj
- the ImageCoordSystem object to savepublic java.lang.Object createObject(XMLControl control)
createObject
in interface XML.ObjectLoader
control
- the control
public java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
loadObject
in interface XML.ObjectLoader
control
- the controlobj
- the ImageCoordSystem object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |