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

Constructor Index

 o ConstMFVec2f(float[])
 o ConstMFVec2f(float[][])
 o ConstMFVec2f(int, float[])

Method Index

 o get1Value(int, float[])
 o get1Value(int, SFVec2f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o toString()

Constructors

 o ConstMFVec2f
 public ConstMFVec2f(float vec2s[][])
 o ConstMFVec2f
 public ConstMFVec2f(float vec2s[])
 o ConstMFVec2f
 public ConstMFVec2f(int size,
                     float vec2s[])

Methods

 o getSize
 public int getSize()
Overrides:
getSize in class ConstMField
 o getValue
 public void getValue(float vec2s[][])
 o getValue
 public void getValue(float vec2s[])
 o get1Value
 public void get1Value(int index,
                       float vec2s[])
 o get1Value
 public void get1Value(int index,
                       SFVec2f vec2)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index