All Packages Class Hierarchy This Package Previous Next Index
Class vlc.vrml.internal.geometry.Group
java.lang.Object
|
+----vlc.vrml.generic.geometry.VrmlObject
|
+----vlc.vrml.internal.geometry.VrmlObject
|
+----vlc.vrml.internal.geometry.ChildrenNode
|
+----vlc.vrml.internal.geometry.GroupingNode
|
+----vlc.vrml.internal.geometry.Group
- public class Group
- extends GroupingNode
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 Group node please see the
VRML 97 Group specification
- Author:
- Justin Couch justin@vlc.com.au
-
Group()
- Default Constructor.
-
Group(Browser)
- Default Constructor when you wish to supply your own Browser reference.
-
Group(Browser, float[], float[])
- Cosntructor to use when you want to supply non-default values of
the bounding box center or size and to use your own Browser reference.
-
Group(float[], float[])
- Cosntructor to use when you want to supply non-default values of
the bounding box center or size.
-
cleanup()
- Call when about to remove the node from the scenegraph.
-
clone()
- Make a clone of this object
-
writeToStream(int)
- Prints the formatted contents of this node to the given stream.
Group
public Group()
- Default Constructor. Creates a default Group
Group
public Group(Browser b)
- Default Constructor when you wish to supply your own Browser reference.
Creates a default Group
Group
public Group(float bboxCenter[],
float bboxSize[])
- Cosntructor to use when you want to supply non-default values of
the bounding box center or size.
Group
public Group(Browser b,
float bboxCenter[],
float bboxSize[])
- Cosntructor to use when you want to supply non-default values of
the bounding box center or size and to use your own Browser reference.
cleanup
public void cleanup()
- Call when about to remove the node from the scenegraph.
- Overrides:
- cleanup in class VrmlObject
writeToStream
public void writeToStream(int indent)
- Prints the formatted contents of this node to the given stream.
- Parameters:
- indent - The number of spaces to indent this node in the string
- Overrides:
- writeToStream in class VrmlObject
clone
public Object clone()
- Make a clone of this object
- Returns:
- A deep clone copy of this object
- Overrides:
- clone in class VrmlObject
All Packages Class Hierarchy This Package Previous Next Index