| java.lang.Object javax.media.j3d.SceneGraphObject javax.media.j3d.Node javax.media.j3d.Leaf
All known Subclasses: javax.media.j3d.Behavior, javax.media.j3d.Sound, javax.media.j3d.ViewPlatform, javax.media.j3d.AlternateAppearance, javax.media.j3d.Shape3D, javax.media.j3d.Light, javax.media.j3d.BoundingLeaf, javax.media.j3d.Link, javax.media.j3d.Soundscape, javax.media.j3d.Clip, javax.media.j3d.Fog, javax.media.j3d.Background, javax.media.j3d.Morph, javax.media.j3d.ModelClip,
Leaf | abstract public class Leaf extends Node (Code) | | The Leaf node is an abstract class for all scene graph nodes that
have no children.
Leaf nodes specify lights, geometry, and sounds. They specify special
linking and instancing capabilities for sharing scene graphs and
provide a view platform for positioning and orienting a view in the
virtual world.
NOTE: Applications should not extend this class directly.
|
Constructor Summary | |
public | Leaf() Construct and initialize the Leaf object. |
Leaf | public Leaf()(Code) | | Construct and initialize the Leaf object.
|
|
|