mamx.vrml
Class VRMLShape

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLShape

public class VRMLShape
extends VRMLNode


Field Summary
 protected VRMLAppearanceappearance
           
 protected VRMLGeometrygeometry
           

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

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetAppearance(VRMLAppearance a)
           
 voidsetGeometry(VRMLGeometry g)
           

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

Field Detail

appearance

protected VRMLAppearance appearance

geometry

protected VRMLGeometry geometry
Method Detail

createSource

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

setAppearance

public void setAppearance(VRMLAppearance a)

setGeometry

public void setGeometry(VRMLGeometry g)