Uses of Class
javax.media.j3d.SharedGroup

Uses of SharedGroup in javax.media.j3d
 

Methods in javax.media.j3d that return SharedGroup
 SharedGroup Link.getSharedGroup()
          Retrieves the node's SharedGroup reference.
 

Methods in javax.media.j3d with parameters of type SharedGroup
 void Link.setSharedGroup(SharedGroup sharedGroup)
          Sets the node's SharedGroup reference.
 

Constructors in javax.media.j3d with parameters of type SharedGroup
Link(SharedGroup sharedGroup)
          Constructs a Link node object that points to the specified SharedGroup node.