All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.generic.geometry.BindableNode

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.generic.geometry.ChildrenNode
                   |
                   +----vlc.vrml.generic.geometry.BindableNode

public abstract class BindableNode
extends ChildrenNode
JVerge

Version:
0.8 (beta 4) Copyright 1997 The Virtual Light Company under the GNU LGPL

The latest information and bugs in JVerge can be found at http://www.vlc.com.au/JVerge

For definition of the Anchor node please see the VRML 97 Anchor specification

Bindable node abstract class. The base class for all bindable nodes. Background, Fog, NavigationInfo and Viewpoint

Author:
Justin Couch justin@vlc.com.au

Variable Index

 o _bound
Internal reference to the current bind state of this node.

Constructor Index

 o BindableNode()

Method Index

 o clone()
Make a clone of this object
 o set_bind(boolean)
Set the bind condition of this node.

Variables

 o _bound
 protected boolean _bound
Internal reference to the current bind state of this node.

Constructors

 o BindableNode
 public BindableNode()

Methods

 o set_bind
 public void set_bind(boolean val)
Set the bind condition of this node.

Parameters:
val - True will cause this node to become the active one. False will unbind the node. For behaviour of all Bindable nodes see the VRML 97 spec concepts | bindable nodes.
 o clone
 public Object clone()
Make a clone of this object

Returns:
A deep clone copy of this object
Overrides:
clone in class VrmlObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index