j3d-vrml97-0.1.0

vrml.field
Class ConstMFVec3f

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.ConstMField
              extended by vrml.field.ConstMFVec3f
All Implemented Interfaces:
Cloneable

public class ConstMFVec3f
extends ConstMField

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
ConstMFVec3f(ConstMFVec3f init)
          Constructor for the ConstMFVec3f object
 
Method Summary
 Object clone()
          Description of the Method
 void get1Value(int index, float[] values)
          Description of the Method
 void get1Value(int index, SFVec3f vec)
          Description of the Method
 int getSize()
          Gets the size attribute of the ConstMFVec3f object
 void getValue(float[] values)
          Gets the value attribute of the ConstMFVec3f object
 void getValue(float[][] values)
          Gets the value attribute of the ConstMFVec3f object
 
Methods inherited from class vrml.ConstField
markWritable
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstMFVec3f

public ConstMFVec3f(ConstMFVec3f init)
Constructor for the ConstMFVec3f object

Parameters:
init - Description of the Parameter
Method Detail

getValue

public void getValue(float[][] values)
Gets the value attribute of the ConstMFVec3f object

Parameters:
values - Description of the Parameter

getValue

public void getValue(float[] values)
Gets the value attribute of the ConstMFVec3f object

Parameters:
values - Description of the Parameter

get1Value

public void get1Value(int index,
                      float[] values)
Description of the Method

Parameters:
index - Description of the Parameter
values - Description of the Parameter

get1Value

public void get1Value(int index,
                      SFVec3f vec)
Description of the Method

Parameters:
index - Description of the Parameter
vec - Description of the Parameter

getSize

public int getSize()
Gets the size attribute of the ConstMFVec3f object

Specified by:
getSize in class ConstMField
Returns:
The size value

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..