| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFVec2f
MFVec2f | public class MFVec2f extends MField (Code) | | Description of the Class
|
Field Summary | |
float[] | vals |
Constructor Summary | |
public | MFVec2f() | public | MFVec2f(float[][] values) | public | MFVec2f(int size, float[] values) | public | MFVec2f(float[] values) |
Method Summary | |
public void | clear() | public Object | clone() | public ConstField | constify() | public void | delete(int index) | public void | get1Value(int index, float[] values) | public void | get1Value(int index, SFVec2f vec) | public int | getSize() | public void | getValue(float[][] values) | public void | getValue(float[] values) | public void | insertValue(int index, ConstSFVec2f constvec) | public void | insertValue(int index, SFVec2f vec) | public void | insertValue(int index, float x, float y) | public void | set1Value(int index, ConstSFVec2f constvec) | public void | set1Value(int index, SFVec2f vec) | public void | set1Value(int index, float x, float y) | public void | setValue(float[][] values) | public void | setValue(float[] values) | public void | setValue(int size, float[] values) | public void | setValue(MFVec2f field) | public void | setValue(ConstMFVec2f field) | public void | update(Field field) | public vrml.Field | wrap() |
MFVec2f | public MFVec2f()(Code) | | Constructor for the MFVec2f object
|
MFVec2f | public MFVec2f(float[][] values)(Code) | | Constructor for the MFVec2f object
Parameters: values - Description of the Parameter |
MFVec2f | public MFVec2f(int size, float[] values)(Code) | | Constructor for the MFVec2f object
Parameters: size - Description of the Parameter Parameters: values - Description of the Parameter |
MFVec2f | public MFVec2f(float[] values)(Code) | | Constructor for the MFVec2f object
Parameters: values - Description of the Parameter |
clear | public void clear()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter |
get1Value | public void get1Value(int index, float[] values)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: values - Description of the Parameter |
get1Value | public void get1Value(int index, SFVec2f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFVec2f object
The size value |
getValue | public void getValue(float[][] values)(Code) | | Gets the value attribute of the MFVec2f object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the MFVec2f object
Parameters: values - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFVec2f constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
insertValue | public void insertValue(int index, SFVec2f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
insertValue | public void insertValue(int index, float x, float y)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFVec2f constvec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constvec - Description of the Parameter |
set1Value | public void set1Value(int index, SFVec2f vec)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: vec - Description of the Parameter |
set1Value | public void set1Value(int index, float x, float y)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: x - Description of the Parameter Parameters: y - Description of the Parameter |
setValue | public void setValue(float[][] values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: values - The new value value |
setValue | public void setValue(float[] values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: values - The new value value |
setValue | public void setValue(int size, float[] values)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: size - The new value value Parameters: values - The new value value |
setValue | public void setValue(MFVec2f field)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: field - The new value value |
setValue | public void setValue(ConstMFVec2f field)(Code) | | Sets the value attribute of the MFVec2f object
Parameters: field - The new value value |
update | public void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|