ArrowLoader, BoundedShape.BoundedShapeLoader, Camera.CameraLoader, Camera.Loader, CircleLoader, ComplexPlotFrame.ComplexPlotFrameLoader, DataColumn.Loader, DataFunction.Loader, Dataset.Loader, DrawableShapeLoader, DrawableTextLine.DrawableTextLineLoader, DrawingFrame.DrawingFrameLoader, DrawingFrame3D.Loader, DrawingPanel3D.Loader, Element.Loader, ElementArrow.Loader, ElementBox.Loader, ElementCircle.Loader, ElementCone.Loader, ElementCone.Loader, ElementCylinder.Loader, ElementCylinder.Loader, ElementEllipsoid.Loader, ElementImage.Loader, ElementObject.Loader, ElementPlane.ElementPlaneLoader, ElementPoints.ElementPointsLoader, ElementPolygon.ElementPolygonLoader, ElementSegment.Loader, ElementSpring.Loader, ElementSurface.Loader, ElementTessellation.Loader, ElementTetrahedron.Loader, ElementText.Loader, ElementTrail.Loader, GeneralPathLoader, Group.Loader, Group.Loader, Histogram.HistogramLoader, HistogramDataset.HistogramDatasetLoader, HistogramFrame.HistogramFrameLoader, ImageCoordSystem.Loader, InteractiveArrow.InteractiveArrowLoader, InteractiveCenteredArrow.InteractiveCenteredArrowLoader, InteractiveCircle.InteractiveCircleLoader, InteractiveShape.InteractiveShapeLoader, InteractiveTextLine.InteractiveTextLineLoader, Launcher.LaunchSet, Matrix2DTransformation.Matrix2DTransformationLoader, Matrix3DTransformation.Affine3DTransformationLoader, Plot2DLoader, PlotFrame.PlotFrameLoader, Quaternion.QuaternionLoader, Resolution.ResolutionLoader, Stripchart.StripchartLoader, Style.Loader, Style.StyleLoader, UserFunction.Loader, VisualizationHints.Loader, VisualizationHints.VisualizationHintsLoader, XMLJavaLoader, XMLLoaderpublic static interface XML.ObjectLoader
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
createObject(XMLControl control) |
Creates an object from data in an XMLControl.
|
java.lang.Object |
loadObject(XMLControl control,
java.lang.Object obj) |
Loads an object with data from an XMLControl.
|
void |
saveObject(XMLControl control,
java.lang.Object obj) |
Saves data from an object to an XMLControl.
|
void saveObject(XMLControl control, java.lang.Object obj)
control - the xml controlobj - the objectjava.lang.Object createObject(XMLControl control)
control - the xml controljava.lang.Object loadObject(XMLControl control, java.lang.Object obj)
control - the xml controlobj - the object