mamx.vrml
Class VRMLGroupingNode

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLGroupingNode
Direct Known Subclasses:
VRMLAnchor, VRMLCollision, VRMLTransform

public abstract class VRMLGroupingNode
extends VRMLNode


Field Summary
 protected Vectorchildren
           

Fields inherited from class mamx.vrml.VRMLNode
definition, INDENT_INCREASE, useDef

Constructor Summary
 protected VRMLGroupingNode()
           

Method Summary
 voidaddChild(VRMLNode child)
           
 protected voidprintChildren(PrintWriter out, int currIndent)
           

Methods inherited from class mamx.vrml.VRMLNode
createSource, define, printlnVector, useDefinition

Field Detail

children

protected Vector children
Constructor Detail

VRMLGroupingNode

protected VRMLGroupingNode()
Method Detail

addChild

public void addChild(VRMLNode child)

printChildren

protected void printChildren(PrintWriter out, int currIndent)
throws java.io.IOException