iicm.vrml.pw
Class Bindable

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.Bindable
Direct Known Subclasses:
Background, Fog, NavigationInfo, Viewpoint

public abstract class Bindable
extends Node


Field Summary
 SFBool isBound
           
 SFBool set_bind
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Constructor Summary
Bindable()
           
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, nodeName, readNode, traverse, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set_bind

public SFBool set_bind

isBound

public SFBool isBound
Constructor Detail

Bindable

public Bindable()