org.jdesktop.j3d.loaders.vrml97.impl
Class ConstMFInt32
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.ConstMFInt32
public class ConstMFInt32
- extends ConstMField
Description of the Class
Method Summary |
Object |
clone()
Description of the Method |
int |
get1Value(int index)
Description of the Method |
void |
getValue(int[] values)
Gets the value attribute of the ConstMFInt32 object |
Field |
wrap()
Description of the Method |
getValue
public void getValue(int[] values)
- Gets the value attribute of the ConstMFInt32 object
- Parameters:
values
- Description of the Parameter
get1Value
public int get1Value(int index)
- Description of the Method
- Parameters:
index
- Description of the Parameter
- Returns:
- Description of the Return Value
clone
public Object clone()
- Description of the Method
- Specified by:
clone
in class Field
- Returns:
- Description of the Return Value
wrap
public Field wrap()
- Description of the Method
- Specified by:
wrap
in class Field
- Returns:
- Description of the Return Value
Todo: put BSD License reference here..