Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DBindableNode

All Superinterfaces:
X3DChildNode, X3DNode
All Known Subinterfaces:
Background, Fog, GeoViewpoint, NavigationInfo, OrthoViewpoint, TextureBackground, Viewpoint, X3DBackgroundNode, X3DViewpointNode

public interface X3DBindableNode
extends X3DChildNode

Defines the requirements of an X3DBindableNode abstract node type

Version:
$Revision: 1.3 $
Author:
Rex Melton

Method Summary
 double getBindTime()
          Return the bindTime double value.
 boolean getIsBound()
          Return the isBound boolean value.
 void setBind(boolean val)
          Set the bind field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

setBind

void setBind(boolean val)
Set the bind field.

Parameters:
val - The boolean to set.

getBindTime

double getBindTime()
Return the bindTime double value.

Returns:
The bindTime double value.

getIsBound

boolean getIsBound()
Return the isBound boolean value.

Returns:
The isBound boolean value.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium