All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.internal.geometry.ChildrenNode

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

public abstract class ChildrenNode
extends VrmlObject
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

Children abstract class Used for all Children nodes. If you want to created a custom node that acts like a child node the you should subclass this or one of the derived classes

For information on Children nodes please see the VRML 97 specification Concepts section 4.6.5.

Author:
Justin Couch justin@vlc.com.au

Constructor Index

 o ChildrenNode()
Protected to stop direct instantion
 o ChildrenNode(Browser)
Constructor to pass the browser reference down to the base class

Constructors

 o ChildrenNode
 protected ChildrenNode()
Protected to stop direct instantion

 o ChildrenNode
 protected ChildrenNode(Browser b)
Constructor to pass the browser reference down to the base class

Parameters:
b - The browser reference to be passed on

All Packages  Class Hierarchy  This Package  Previous  Next  Index