public abstract class LayoutLoader
extends java.lang.Object
| Constructor and Description |
|---|
LayoutLoader(Model model)
Constructs a LayoutLoader.
|
| Modifier and Type | Method and Description |
|---|---|
void |
loadLayout(java.lang.String filePathName)
Loads the given XML file, create the specified Tracks and SpatialObjects.
|
public LayoutLoader(Model model)
model - The model this LayoutLoader is working for.