mamx.vrml
Class VRMLColor

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLColor

public class VRMLColor
extends VRMLNode


Inner Class Summary
 private classVRMLColor.InternalColor
           

Field Summary
 protected Vectorcolor
           

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

Constructor Summary
VRMLColor()
           

Method Summary
 voidaddColor(float[] c)
           
 voidcreateSource(PrintWriter out, int currIndent)
           

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

Field Detail

color

protected Vector color
Constructor Detail

VRMLColor

public VRMLColor()
Method Detail

addColor

public void addColor(float[] c)

createSource

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