|
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.MFNode
public class MFNode
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
MFNode(MFNode init)
Constructor for the MFNode object |
Method Summary | |
---|---|
void |
addValue(BaseNode n)
Adds a feature to the Value attribute of the MFNode object |
void |
addValue(ConstSFNode n)
Adds a feature to the Value attribute of the MFNode object |
void |
addValue(SFNode n)
Adds a feature to the Value attribute of the MFNode object |
void |
clear()
Description of the Method |
Object |
clone()
Description of the Method |
void |
delete(int n)
Description of the Method |
BaseNode |
get1Value(int index)
Description of the Method |
int |
getSize()
Gets the size attribute of the MFNode object |
BaseNode[] |
getValue()
Gets the value attribute of the MFNode object |
void |
getValue(BaseNode[] values)
Gets the value attribute of the MFNode object |
void |
insertValue(int index,
BaseNode n)
Description of the Method |
void |
insertValue(int index,
ConstSFNode n)
Description of the Method |
void |
insertValue(int index,
SFNode n)
Description of the Method |
void |
set1Value(int index,
BaseNode n)
Description of the Method |
void |
set1Value(int index,
ConstSFNode n)
Description of the Method |
void |
set1Value(int index,
SFNode n)
Description of the Method |
void |
setValue(BaseNode[] values)
Sets the value attribute of the MFNode object |
void |
setValue(ConstMFNode n)
Sets the value attribute of the MFNode object |
void |
setValue(int size,
BaseNode[] values)
Sets the value attribute of the MFNode 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 MFNode(MFNode init)
init
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public void getValue(BaseNode[] values)
values
- Description of the Parameterpublic BaseNode[] getValue()
public void setValue(BaseNode[] values)
values
- The new value valuepublic void setValue(int size, BaseNode[] values)
size
- The new value valuevalues
- The new value valuepublic void setValue(ConstMFNode n)
n
- The new value valuepublic BaseNode get1Value(int index)
index
- Description of the Parameter
public void set1Value(int index, BaseNode n)
index
- Description of the Parametern
- Description of the Parameterpublic void set1Value(int index, ConstSFNode n)
index
- Description of the Parametern
- Description of the Parameterpublic void set1Value(int index, SFNode n)
index
- Description of the Parametern
- Description of the Parameterpublic void addValue(BaseNode n)
n
- The feature to be added to the Value attributepublic void addValue(ConstSFNode n)
n
- The feature to be added to the Value attributepublic void addValue(SFNode n)
n
- The feature to be added to the Value attributepublic void insertValue(int index, BaseNode n)
index
- Description of the Parametern
- Description of the Parameterpublic void insertValue(int index, ConstSFNode n)
index
- Description of the Parametern
- Description of the Parameterpublic void insertValue(int index, SFNode n)
index
- Description of the Parametern
- Description of the Parameterpublic int getSize()
getSize
in class MField
public void clear()
clear
in class MField
public void delete(int n)
delete
in class MField
n
- 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 |