mamx.vrml
Class VRMLComment

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLComment

class VRMLComment
extends VRMLNode


Field Summary
 private Stringcomment
           

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

Constructor Summary
VRMLComment(String c)
           

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           

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

Field Detail

comment

private String comment
Constructor Detail

VRMLComment

public VRMLComment(String c)
Method Detail

createSource

public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException