Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.networking
Interface Inline

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DNode, X3DUrlObject

public interface Inline
extends X3DChildNode, X3DBoundedObject, X3DUrlObject

Defines the requirements of an X3D Inline node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 boolean getLoad()
          Return the load boolean value.
 void setLoad(boolean val)
          Set the load field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 
Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
 
Methods inherited from interface org.web3d.x3d.sai.X3DUrlObject
getNumUrl, getUrl, setUrl
 

Method Detail

getLoad

boolean getLoad()
Return the load boolean value.

Returns:
The load boolean value.

setLoad

void setLoad(boolean val)
Set the load field.

Parameters:
val - The boolean to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium