|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.ConstField
vrml.field.ConstSFVec2f
public class ConstSFVec2f
Represents a read-only VRML SFVec2f field in Java.
Constructor Summary | |
---|---|
ConstSFVec2f(float x,
float y)
Construct a read-only SFVec2f field. |
Method Summary | |
---|---|
void |
getValue(float[] vec2s)
Get the X and Y values representing the SFVec2f. |
float |
getX()
Get the X-component of the vector. |
float |
getY()
Get the Y-component of the vector. |
Methods inherited from class vrml.ConstField |
---|
clone |
Methods inherited from class vrml.Field |
---|
dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConstSFVec2f(float x, float y)
x
- X-componenty
- Y-componentMethod Detail |
---|
public void getValue(float[] vec2s)
vec2s
- X and Y values representing the SFVec2fpublic float getX()
public float getY()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |