j3d-vrml97-0.1.0

vrml.field
Class MFInt32

java.lang.Object
  extended by vrml.Field
      extended by vrml.MField
          extended by vrml.field.MFInt32
All Implemented Interfaces:
Cloneable

public class MFInt32
extends MField

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
MFInt32(MFInt32 init)
          Constructor for the MFInt32 object
 
Method Summary
 void addValue(ConstSFInt32 f)
          Adds a feature to the Value attribute of the MFInt32 object
 void addValue(int f)
          Adds a feature to the Value attribute of the MFInt32 object
 void addValue(SFInt32 f)
          Adds a feature to the Value attribute of the MFInt32 object
 void clear()
          Description of the Method
 Object clone()
          Description of the Method
 void delete(int i)
          Description of the Method
 int get1Value(int index)
          Description of the Method
 int getSize()
          Gets the size attribute of the MFInt32 object
 void getValue(int[] values)
          Gets the value attribute of the MFInt32 object
 void insertValue(int index, ConstSFInt32 f)
          Description of the Method
 void insertValue(int index, int f)
          Description of the Method
 void insertValue(int index, SFInt32 f)
          Description of the Method
 void set1Value(int index, ConstSFInt32 f)
          Description of the Method
 void set1Value(int index, int f)
          Description of the Method
 void set1Value(int index, SFInt32 f)
          Description of the Method
 void setValue(ConstMFInt32 f)
          Sets the value attribute of the MFInt32 object
 void setValue(int[] values)
          Sets the value attribute of the MFInt32 object
 void setValue(int size, int[] values)
          Sets the value attribute of the MFInt32 object
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MFInt32

public MFInt32(MFInt32 init)
Constructor for the MFInt32 object

Parameters:
init - Description of the Parameter
Method Detail

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

getValue

public void getValue(int[] values)
Gets the value attribute of the MFInt32 object

Parameters:
values - Description of the Parameter

setValue

public void setValue(int[] values)
Sets the value attribute of the MFInt32 object

Parameters:
values - The new value value

setValue

public void setValue(int size,
                     int[] values)
Sets the value attribute of the MFInt32 object

Parameters:
size - The new value value
values - The new value value

setValue

public void setValue(ConstMFInt32 f)
Sets the value attribute of the MFInt32 object

Parameters:
f - The new value value

get1Value

public int get1Value(int index)
Description of the Method

Parameters:
index - Description of the Parameter
Returns:
Description of the Return Value

set1Value

public void set1Value(int index,
                      int f)
Description of the Method

Parameters:
index - Description of the Parameter
f - Description of the Parameter

set1Value

public void set1Value(int index,
                      ConstSFInt32 f)
Description of the Method

Parameters:
index - Description of the Parameter
f - Description of the Parameter

set1Value

public void set1Value(int index,
                      SFInt32 f)
Description of the Method

Parameters:
index - Description of the Parameter
f - Description of the Parameter

addValue

public void addValue(int f)
Adds a feature to the Value attribute of the MFInt32 object

Parameters:
f - The feature to be added to the Value attribute

addValue

public void addValue(ConstSFInt32 f)
Adds a feature to the Value attribute of the MFInt32 object

Parameters:
f - The feature to be added to the Value attribute

addValue

public void addValue(SFInt32 f)
Adds a feature to the Value attribute of the MFInt32 object

Parameters:
f - The feature to be added to the Value attribute

insertValue

public void insertValue(int index,
                        int f)
Description of the Method

Parameters:
index - Description of the Parameter
f - Description of the Parameter

insertValue

public void insertValue(int index,
                        ConstSFInt32 f)
Description of the Method

Parameters:
index - Description of the Parameter
f - Description of the Parameter

insertValue

public void insertValue(int index,
                        SFInt32 f)
Description of the Method

Parameters:
index - Description of the Parameter
f - Description of the Parameter

getSize

public int getSize()
Gets the size attribute of the MFInt32 object

Specified by:
getSize in class MField
Returns:
The size value

clear

public void clear()
Description of the Method

Specified by:
clear in class MField

delete

public void delete(int i)
Description of the Method

Specified by:
delete in class MField
Parameters:
i - Description of the Parameter

j3d-vrml97-0.1.0

Todo: put BSD License reference here..