Class BaseCustomViewport

java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.layering.BaseCustomViewport
All Implemented Interfaces:
VRMLNode, FrameStateListener, VRMLNodeType, VRMLViewportNodeType
Direct Known Subclasses:
NRCustomViewport, OGLCustomViewport

public class BaseCustomViewport extends AbstractNode implements VRMLViewportNodeType
Base representation of the CustomViewport node.

The node is defined as:

 CustomViewport : X3DViewportNode {
   SFNode  [in,out] metadata    NULL
   SFBool  []       fixedX      TRUE
   SFBool  []       fixedY      TRUE
   SFBool  []       fixedHeight TRUE
   SFBool  []       fixedWidth  TRUE
   SFFloat []       x           0
   SFFloat []       y           0
   SFFloat []       height      0
   SFFloat []       width       0
 }
 
Version:
$Revision: 1.4 $
Author:
Justin Couch