org.web3d.vrml.nodes
Interface VRMLInlineNodeType
- All Superinterfaces:
- FrameStateListener, VRMLBoundedNodeType, VRMLChildNodeType, VRMLExecutionSpace, VRMLExternalNodeType, VRMLNode, VRMLNodeType, VRMLSingleExternalNodeType, VRMLWorldRootChildNodeType
public interface VRMLInlineNodeType
- extends VRMLSingleExternalNodeType, VRMLBoundedNodeType, VRMLExecutionSpace
Denotes a node type that supports inlining content from external files.
- Version:
- $Revision: 1.7 $
- Author:
- Justin Couch
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
addNodeListener, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
getParentSpace
VRMLExecutionSpace getParentSpace()
- Get the parent execution space of this Inline. This is for internal
usage, you cannot use this to walk back up the scenegraph because of
protos.
- Returns:
- The execution space of the loaded inline
setParentSpace
void setParentSpace(VRMLExecutionSpace space)
- Set the parent execution space of this Inline. This is for internal
usage, you cannot use this to walk back up the scenegraph because of
protos.
- Parameters:
space - The execution space of the loaded inline
setImportNodes
void setImportNodes(java.util.Map imports)
- Set the mapping of import names to their proxy node implementations. The
mapping is from the exported name to the
ImportNodeProxy
instance that it represents.
- Parameters:
imports - The map of export names to proxy instances
Copyright © 2001 - 2006 Web3D Consortium