All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class berkeley.cs.dmc.vrml.field.ConstMFVec2f
java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.ConstField
                   |
                   +----berkeley.cs.dmc.vrml.ConstMField
                           |
                           +----berkeley.cs.dmc.vrml.field.ConstMFVec2f
  -  public class ConstMFVec2f
  
-  extends ConstMField
  
  
  -  
	ConstMFVec2f(float[])
   -  
  
 -  
	ConstMFVec2f(float[][])
   -  
  
 -  
	ConstMFVec2f(int, float[])
   -  
 
  
  -  
	get1Value(int, float[])
   -  
  
 -  
	get1Value(int, SFVec2f)
   -  
  
 -  
	getSize()
   -  
  
 -  
	getValue(float[])
   -  
  
 -  
	getValue(float[][])
   -  
  
 -  
	toString()
   -  
 
  
ConstMFVec2f
 public ConstMFVec2f(float vec2s[][])
ConstMFVec2f
 public ConstMFVec2f(float vec2s[])
ConstMFVec2f
 public ConstMFVec2f(int size,
                     float vec2s[])
  
getSize
 public int getSize()
  
    -  Overrides:
    
 -  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 vec2)
toString
 public String toString()
  
    -  Overrides:
    
 -  toString in class Object
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index