Interface LayoutLayer

All Superinterfaces:
X3DLayerNode, X3DNode, X3DPickableObject
All Known Implementing Classes:
LayoutLayer

public interface LayoutLayer extends X3DLayerNode
LayoutLayer is a Grouping node that can contain most nodes.

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. X3D node tooltip: (X3D version 3.2 or later) [X3DLayerNode] LayoutLayer is a Grouping node that can contain most nodes. LayoutLayer content is clipped by the specified viewport node. Hint: insert a Shape node before adding geometry or Appearance. Warning: better functional description needed in X3D specification. *


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: