public class DefaultSceneModel extends AbstractNamedModelElement implements SceneModel
SceneModel| Constructor and Description |
|---|
DefaultSceneModel()
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(NodeModel node)
Add the given (root)
NodeModel to this scene |
java.util.List<NodeModel> |
getNodeModels()
Returns an unmodifiable view on the the list of all root
NodeModel instances of the scene |
getName, setNameaddExtension, getExtensions, getExtras, removeExtension, setExtensions, setExtrasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetExtensions, getExtraspublic void addNode(NodeModel node)
NodeModel to this scenenode - The NodeModelpublic java.util.List<NodeModel> getNodeModels()
SceneModelNodeModel instances of the scenegetNodeModels in interface SceneModelNodeModel instancesCopyright © 2022. All Rights Reserved.