All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.internal.geometry.SpecialGroup

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

public abstract class SpecialGroup
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 more information on the SpecialGroup nodes please see the VRML 97 specification Concepts section 4.6.5

Base Class of the SpecialGroup collection of VRML nodes.

Author:
Justin Couch justin@vlc.com.au
See Also:
Inline, LOD, Switch

Constructor Index

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

Constructors

 o SpecialGroup
 protected SpecialGroup()
Default constructor implementation

 o SpecialGroup
 protected SpecialGroup(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