All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.external.geometry.ChildrenNode

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.external.geometry.VrmlObject
                   |
                   +----vlc.vrml.external.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

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

Children abstract class for the SpecialGroup collection of VRML nodes which is defined in the VRML 2.0 spec in Section 4.3.1.

Author:
Justin Couch justin@vlc.com.au

Constructor Index

 o ChildrenNode()
Default constructor implementation
 o ChildrenNode(Browser)
Constructor to pass the browser reference down to the base class

Constructors

 o ChildrenNode
 protected ChildrenNode()
Default constructor implementation

 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