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

Class vrml.field.ConstSFVec2f

java.lang.Object
   |
   +----vrml.Field
           |
           +----vrml.ConstField
                   |
                   +----vrml.field.ConstSFVec2f

public class ConstSFVec2f
extends ConstField

Constructor Index

 o ConstSFVec2f()
 o ConstSFVec2f(float, float)

Method Index

 o copy(Field)
 o createObfuscatedField(Field)
 o getValue(float[])
 o getX()
 o getY()
 o toString()
 o unobfuscate()

Constructors

 o ConstSFVec2f
  public ConstSFVec2f()
 o ConstSFVec2f
  public ConstSFVec2f(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 vec2[])
 o getX
  public float getX()
 o getY
  public float getY()
 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