All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.SharedGroup

java.lang.Object
   |
   +----java.media.j3d.SceneGraphObject
           |
           +----java.media.j3d.Node
                   |
                   +----java.media.j3d.Group
                           |
                           +----java.media.j3d.SharedGroup

public class SharedGroup
extends Group
The SharedGroup provides the ability to manipulate an instanced scene graph.


Constructor Index

 o SharedGroup()

Method Index

 o compile()
Compiles the source SharedGroup associated with this object and creates and caches a compiled scene graph.

Constructors

 o SharedGroup
 public SharedGroup()

Methods

 o compile
 public final void compile()
Compiles the source SharedGroup associated with this object and creates and caches a compiled scene graph.


All Packages  Class Hierarchy  This Package  Previous  Next  Index