Package org.web3d.x3d.sai
Interface X3DBindableNode
- All Superinterfaces:
X3DChildNode
,X3DNode
- All Known Subinterfaces:
Background
,Fog
,GeoViewpoint
,NavigationInfo
,OrthoViewpoint
,TextureBackground
,Viewpoint
,X3DBackgroundNode
,X3DViewpointNode
- All Known Implementing Classes:
SAIBackground
,SAIBackground
,SAIFog
,SAIFog
,SAIGeoViewpoint
,SAIGeoViewpoint
,SAINavigationInfo
,SAINavigationInfo
,SAIOrthoViewpoint
,SAIOrthoViewpoint
,SAITextureBackground
,SAITextureBackground
,SAIViewpoint
,SAIViewpoint
Defines the requirements of an X3DBindableNode abstract node type
- Version:
- $Revision: 1.3 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Return the bindTime double value.boolean
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 Details
-
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.
-