mamx.vrml
Class VRMLAppearance

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLAppearance

public class VRMLAppearance
extends VRMLNode


Field Summary
 protected VRMLMaterialmaterial
           
 protected VRMLTexturetexture
           
 protected VRMLTextureTransformtextureTransform
           

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

Constructor Summary
VRMLAppearance()
           
VRMLAppearance(VRMLMaterial m)
           

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetMaterial(VRMLMaterial m)
           
 voidsetTexture(VRMLTexture t)
           
 voidsetTextureTransform(VRMLTextureTransform tt)
           

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

Field Detail

material

protected VRMLMaterial material

texture

protected VRMLTexture texture

textureTransform

protected VRMLTextureTransform textureTransform
Constructor Detail

VRMLAppearance

public VRMLAppearance()

VRMLAppearance

public VRMLAppearance(VRMLMaterial m)
Method Detail

createSource

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

setMaterial

public void setMaterial(VRMLMaterial m)

setTexture

public void setTexture(VRMLTexture t)

setTextureTransform

public void setTextureTransform(VRMLTextureTransform tt)