|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.MField
vrml.field.MFInt32
public class MFInt32
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 |
---|
public MFInt32(MFInt32 init)
init
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public void getValue(int[] values)
values
- Description of the Parameterpublic void setValue(int[] values)
values
- The new value valuepublic void setValue(int size, int[] values)
size
- The new value valuevalues
- The new value valuepublic void setValue(ConstMFInt32 f)
f
- The new value valuepublic int get1Value(int index)
index
- Description of the Parameter
public void set1Value(int index, int f)
index
- Description of the Parameterf
- Description of the Parameterpublic void set1Value(int index, ConstSFInt32 f)
index
- Description of the Parameterf
- Description of the Parameterpublic void set1Value(int index, SFInt32 f)
index
- Description of the Parameterf
- Description of the Parameterpublic void addValue(int f)
f
- The feature to be added to the Value attributepublic void addValue(ConstSFInt32 f)
f
- The feature to be added to the Value attributepublic void addValue(SFInt32 f)
f
- The feature to be added to the Value attributepublic void insertValue(int index, int f)
index
- Description of the Parameterf
- Description of the Parameterpublic void insertValue(int index, ConstSFInt32 f)
index
- Description of the Parameterf
- Description of the Parameterpublic void insertValue(int index, SFInt32 f)
index
- Description of the Parameterf
- Description of the Parameterpublic int getSize()
getSize
in class MField
public void clear()
clear
in class MField
public void delete(int i)
delete
in class MField
i
- Description of the Parameter
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |