vrml.field
Class ConstMFVec2f

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

public class ConstMFVec2f
extends ConstMField


Constructor Summary
ConstMFVec2f(float[] vec2s)
           
ConstMFVec2f(float[][] vec2s)
           
ConstMFVec2f(int size, float[] vec2s)
           
 
Method Summary
 void get1Value(int index, float[] vec2s)
           
 void get1Value(int index, SFVec2f vec)
           
 int getSize()
           
 void getValue(float[] vec2s)
           
 void getValue(float[][] vec2s)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstMFVec2f

public ConstMFVec2f(float[][] vec2s)

ConstMFVec2f

public ConstMFVec2f(float[] vec2s)

ConstMFVec2f

public ConstMFVec2f(int size,
                    float[] vec2s)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class ConstMField

getValue

public void getValue(float[][] vec2s)

getValue

public void getValue(float[] vec2s)

get1Value

public void get1Value(int index,
                      float[] vec2s)

get1Value

public void get1Value(int index,
                      SFVec2f vec)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object