Interface X3DGroupingNode

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DNode
All Known Subinterfaces:
Anchor, Billboard, CADAssembly, CADLayer, CADPart, Collision, EspduTransform, GeoLocation, GeoTransform, Group, HAnimSegment, HAnimSite, LayoutGroup, LOD, PickableGroup, ScreenGroup, Switch, Transform, Viewport, X3DViewportNode
All Known Implementing Classes:
Anchor, Billboard, CADAssembly, CADLayer, CADPart, Collision, EspduTransform, GeoLocation, GeoTransform, Group, HAnimSegment, HAnimSite, LayoutGroup, LOD, PickableGroup, ScreenGroup, Switch, Transform, Viewport

public interface X3DGroupingNode extends X3DChildNode, X3DBoundedObject
Grouping nodes can contain other nodes as children, thus making up the backbone of a scene graph.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: