All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.SFVec2f

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.field.SFVec2f

public class SFVec2f
extends Field

Constructor Index

 o SFVec2f()
 o SFVec2f(float, float)

Method Index

 o getValue(float[])
 o getX()
 o getY()
 o setValue(ConstSFVec2f)
 o setValue(float, float)
 o setValue(float[])
 o setValue(SFVec2f)
 o toString()

Constructors

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

Methods

 o getValue
 public synchronized void getValue(float vec2s[])
 o getX
 public float getX()
 o getY
 public float getY()
 o setValue
 public synchronized void setValue(float vec2s[])
 o setValue
 public synchronized void setValue(float x,
                                   float y)
 o setValue
 public synchronized void setValue(ConstSFVec2f vec)
 o setValue
 public synchronized void setValue(SFVec2f vec)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index