XML.ObjectLoaderpublic class DrawableShapeLoader extends XMLLoader
| Constructor | Description |
|---|---|
DrawableShapeLoader() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
createObject(XMLControl control) |
Creates the DrawableShape containing a GeneralPath.
|
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj) |
Loads the DrawableShape using the path stored in the control.
|
void |
saveObject(XMLControl control,
java.lang.Object obj) |
Saves a DrawableShape by saving the general path.
|
public void saveObject(XMLControl control, java.lang.Object obj)
saveObject in interface XML.ObjectLoadersaveObject in class XMLLoadercontrol - XMLControlobj - Objectpublic java.lang.Object createObject(XMLControl control)
createObject in interface XML.ObjectLoadercreateObject in class XMLLoadercontrol - XMLControlpublic java.lang.Object loadObject(XMLControl control, java.lang.Object obj)
loadObject in interface XML.ObjectLoaderloadObject in class XMLLoadercontrol - XMLControlobj - Object