mamx.vrml
Class VRMLIndexedLineSet

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLIndexedLineSet

public class VRMLIndexedLineSet
extends VRMLNode
implements VRMLGeometry


Field Summary
 protected VRMLColorcolor
           
 protected VectorcolorIndex
           
 protected StringcolorPerVertex
           
 protected VRMLCoordinatecoord
           
 protected VectorcoordIndex
           

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

Constructor Summary
VRMLIndexedLineSet()
           

Method Summary
 voidaddColorIndex(int ci)
           
 voidaddCoordIndex(int ci)
           
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetColor(VRMLColor c)
           
 voidsetColorPerVertex(boolean cpv)
           
 voidsetCoord(VRMLCoordinate c)
           

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

Field Detail

color

protected VRMLColor color

colorIndex

protected Vector colorIndex

colorPerVertex

protected String colorPerVertex

coord

protected VRMLCoordinate coord

coordIndex

protected Vector coordIndex
Constructor Detail

VRMLIndexedLineSet

public VRMLIndexedLineSet()
Method Detail

addColorIndex

public void addColorIndex(int ci)

addCoordIndex

public void addCoordIndex(int ci)

createSource

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

setColor

public void setColor(VRMLColor c)

setColorPerVertex

public void setColorPerVertex(boolean cpv)

setCoord

public void setCoord(VRMLCoordinate c)