All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vlc.vrml.external.geometry.SpecialGroup

java.lang.Object
   |
   +----vlc.vrml.generic.geometry.VrmlObject
           |
           +----vlc.vrml.external.geometry.VrmlObject
                   |
                   +----vlc.vrml.external.geometry.ChildrenNode
                           |
                           +----vlc.vrml.external.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 definition of the SpecialGroup node please see the VRML 97 SpecialGroup specification

SpecialGroup abstract class for the SpecialGroup collection of VRML nodes.

Author:
Justin Couch justin@vlc.com.au

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