Class vrml.field.MFVec2f
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vrml.field.MFVec2f

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.MField
                   |
                   +----vrml.field.MFVec2f

public class MFVec2f
extends MField

Constructor Index

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

Method Index

 o addValue(ConstSFVec2f)
 o addValue(float, float)
 o addValue(SFVec2f)
 o clear()
 o copy(Field)
 o createObfuscatedField(Field)
 o delete(int)
 o get1Value(int, float[])
 o get1Value(int, SFVec2f)
 o getSize()
 o getValue(float[])
 o getValue(float[][])
 o insertValue(int, ConstSFVec2f)
 o insertValue(int, float, float)
 o insertValue(int, SFVec2f)
 o set1Value(int, ConstSFVec2f)
 o set1Value(int, float, float)
 o set1Value(int, SFVec2f)
 o setValue(ConstMFVec2f)
 o setValue(float[])
 o setValue(float[][])
 o setValue(int, float[])
 o setValue(MFVec2f)
 o toString()
 o unobfuscate()

Constructors

 o MFVec2f
  public MFVec2f()
 o MFVec2f
  public MFVec2f(float vecs[][])
 o MFVec2f
  public MFVec2f(float vecs[])
 o MFVec2f
  public MFVec2f(int size,
                 float vecs[])

Methods

 o createObfuscatedField
  protected Field createObfuscatedField(Field field)
Overrides:
createObfuscatedField in class Field
 o unobfuscate
  protected Field unobfuscate()
Overrides:
unobfuscate in class Field
 o copy
  protected void copy(Field f)
Overrides:
copy in class Field
 o getSize
  public int getSize()
Overrides:
getSize in class MField
 o clear
  public void clear()
Overrides:
clear in class MField
 o delete
  public void delete(int index)
Overrides:
delete in class MField
 o getValue
  public void getValue(float vecs[][])
 o getValue
  public void getValue(float vecs[])
 o setValue
  public void setValue(float vecs[][])
 o setValue
  public void setValue(float vecs[])
 o setValue
  public void setValue(int size,
                       float vecs[])
 o setValue
  public void setValue(ConstMFVec2f value)
 o setValue
  public void setValue(MFVec2f value)
 o get1Value
  public void get1Value(int index,
                        float vec[])
 o get1Value
  public void get1Value(int index,
                        SFVec2f vec)
 o set1Value
  public void set1Value(int index,
                        float x,
                        float y)
 o set1Value
  public void set1Value(int index,
                        ConstSFVec2f vec)
 o set1Value
  public void set1Value(int index,
                        SFVec2f vec)
 o addValue
  public void addValue(float x,
                       float y)
 o addValue
  public void addValue(ConstSFVec2f vec)
 o addValue
  public void addValue(SFVec2f vec)
 o insertValue
  public void insertValue(int index,
                          float x,
                          float y)
 o insertValue
  public void insertValue(int index,
                          ConstSFVec2f vec)
 o insertValue
  public void insertValue(int index,
                          SFVec2f vec)
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index