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
-
SFVec2f()
-
-
SFVec2f(float, float)
-
-
getValue(float[])
-
-
getX()
-
-
getY()
-
-
setValue(ConstSFVec2f)
-
-
setValue(float, float)
-
-
setValue(float[])
-
-
setValue(SFVec2f)
-
-
toString()
-
SFVec2f
public SFVec2f()
SFVec2f
public SFVec2f(float x,
float y)
getValue
public synchronized void getValue(float vec2s[])
getX
public float getX()
getY
public float getY()
setValue
public synchronized void setValue(float vec2s[])
setValue
public synchronized void setValue(float x,
float y)
setValue
public synchronized void setValue(ConstSFVec2f vec)
setValue
public synchronized void setValue(SFVec2f vec)
toString
public synchronized String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index