|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFVec2f
public class SFVec2f
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFVec2f()
Constructor for the SFVec2f object |
|
SFVec2f(float[] values)
Constructor for the SFVec2f object |
|
SFVec2f(float x,
float y)
Constructor for the SFVec2f object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
ConstField |
constify()
Description of the Method |
float[] |
getValue()
Gets the value attribute of the SFVec2f object |
void |
getValue(float[] vec)
Gets the value attribute of the SFVec2f object |
float |
getX()
Gets the x attribute of the SFVec2f object |
float |
getY()
Gets the y attribute of the SFVec2f object |
void |
setValue(ConstSFVec2f v)
Sets the value attribute of the SFVec2f object |
void |
setValue(float[] v)
Sets the value attribute of the SFVec2f object |
void |
setValue(float x,
float y)
Sets the value attribute of the SFVec2f object |
void |
setValue(SFVec2f v)
Sets the value attribute of the SFVec2f object |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFVec2f(float[] values)
values
- Description of the Parameterpublic SFVec2f()
public SFVec2f(float x, float y)
x
- Description of the Parametery
- Description of the ParameterMethod Detail |
---|
public void getValue(float[] vec)
vec
- Description of the Parameterpublic float[] getValue()
public float getX()
public float getY()
public void setValue(float[] v)
v
- The new value valuepublic void setValue(float x, float y)
x
- The new value valuey
- The new value valuepublic void setValue(ConstSFVec2f v)
v
- The new value valuepublic void setValue(SFVec2f v)
v
- The new value valuepublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Field wrap()
wrap
in class Field
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |