Class iicm.vrml.pw.MFVec3f
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.MFVec3f

java.lang.Object
   |
   +----iicm.vrml.pw.Field
           |
           +----iicm.vrml.pw.MultiField
                   |
                   +----iicm.vrml.pw.MFVec3f

public class MFVec3f
extends MultiField
MFVec3f - Field that holds an array of 3D vectors/points Copyright (c) 1996,97 IICM

Method Index

 o fieldName()
the field's type name
 o getValueCopy()
 o getValueCount()
 o getValueData()
 o setValue(float[])

Methods

 o fieldName
  public String fieldName()
the field's type name
Overrides:
fieldName in class Field
 o getValueData
  public final float[] getValueData()
 o getValueCount
  public final int getValueCount()
Overrides:
getValueCount in class MultiField
 o getValueCopy
  public final float[] getValueCopy()
 o setValue
  public final void setValue(float vals[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index