|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.MField
org.jdesktop.j3d.loaders.vrml97.impl.MFInt32
public class MFInt32
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
MFInt32()
Constructor for the MFInt32 object |
|
MFInt32(int[] setVal)
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 |
ConstField |
constify()
Description of the Method |
void |
delete(int index)
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[] getVal)
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 |
reset()
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 value)
Sets the value attribute of the MFInt32 object |
void |
setValue(int[] setVal)
Sets the value attribute of the MFInt32 object |
void |
setValue(int setSize,
int[] setVal)
Sets the value attribute of the MFInt32 object |
void |
setValue(MFInt32 value)
Sets the value attribute of the MFInt32 object |
String |
toString()
Description of the Method |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MFInt32()
public MFInt32(int[] setVal)
setVal
- Description of the ParameterMethod Detail |
---|
public void reset()
public void getValue(int[] getVal)
getVal
- Description of the Parameterpublic void setValue(int[] setVal)
setVal
- The new value valuepublic void setValue(int setSize, int[] setVal)
setSize
- The new value valuesetVal
- The new value valuepublic void setValue(MFInt32 value)
value
- The new value valuepublic void setValue(ConstMFInt32 value)
value
- 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 void update(Field field)
field
- Description of the Parameterpublic Object clone()
clone
in class Field
public ConstField constify()
public int getSize()
getSize
in class MField
public void clear()
clear
in class MField
public void delete(int index)
delete
in class MField
index
- Description of the Parameterpublic Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |