| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.ConstField org.jdesktop.j3d.loaders.vrml97.impl.ConstMField org.jdesktop.j3d.loaders.vrml97.impl.ConstMFVec2f
ConstMFVec2f | public class ConstMFVec2f extends ConstMField (Code) | | Description of the Class
|
ConstMFVec2f | ConstMFVec2f(MFVec2f owner)(Code) | | Constructor for the ConstMFVec2f object
Parameters: owner - Description of the Parameter |
ConstMFVec2f | public ConstMFVec2f(float[][] values)(Code) | | Constructor for the ConstMFVec2f object
Parameters: values - Description of the Parameter |
ConstMFVec2f | public ConstMFVec2f(int size, float[] values)(Code) | | Constructor for the ConstMFVec2f object
Parameters: size - Description of the Parameter Parameters: values - Description of the Parameter |
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
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 |
getValue | public void getValue(float[][] values)(Code) | | Gets the value attribute of the ConstMFVec2f object
Parameters: values - Description of the Parameter |
getValue | public void getValue(float[] values)(Code) | | Gets the value attribute of the ConstMFVec2f object
Parameters: values - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
Methods inherited from org.jdesktop.j3d.loaders.vrml97.impl.ConstMField | public int getSize()(Code)(Java Doc)
|
Fields inherited from org.jdesktop.j3d.loaders.vrml97.impl.ConstField | protected Field ownerField(Code)(Java Doc)
|
|
|
|