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

Class vrml.field.SFVec2f

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.field.SFVec2f

public class SFVec2f
extends Field

Constructor Index

 o SFVec2f()
 o SFVec2f(float, float)

Method Index

 o copy(Field)
 o createObfuscatedField(Field)
 o getValue(float[])
 o getX()
 o getY()
 o setValue(ConstSFVec2f)
 o setValue(float, float)
 o setValue(float[])
 o setValue(SFVec2f)
 o toString()
 o unobfuscate()

Constructors

 o SFVec2f
  public SFVec2f()
 o SFVec2f
  public SFVec2f(float x,
                 float y)

Methods

 o createObfuscatedField
  protected Field createObfuscatedField(Field field)
Overrides:
createObfuscatedField in class Field
 o unobfuscate
  protected Field unobfuscate()
Overrides:
unobfuscate in class Field
 o getValue
  public void getValue(float vec[])
 o getX
  public float getX()
 o getY
  public float getY()
 o setValue
  public void setValue(float value[])
 o setValue
  public void setValue(float x,
                       float y)
 o setValue
  public void setValue(ConstSFVec2f field)
 o setValue
  public void setValue(SFVec2f field)
 o copy
  protected void copy(Field f)
Overrides:
copy in class Field
 o toString
  public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index