|
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.MFNode
public class MFNode
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
MFNode()
Constructor for the MFNode object |
|
MFNode(BaseNode[] values)
Constructor for the MFNode object |
Method Summary | |
---|---|
void |
addValue(BaseNode f)
Adds a feature to the Value attribute of the MFNode object |
void |
addValue(ConstSFNode constsfnod)
Adds a feature to the Value attribute of the MFNode object |
void |
addValue(SFNode sfnod)
Adds a feature to the Value attribute of the MFNode object |
void |
clear()
Description of the Method |
Object |
clone()
Description of the Method |
ConstField |
constify()
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 f)
Description of the Method |
void |
insertValue(int index,
ConstSFNode constsfnod)
Description of the Method |
void |
insertValue(int index,
SFNode constsfnod)
Description of the Method |
void |
set1Value(int index,
BaseNode f)
Description of the Method |
void |
set1Value(int index,
ConstSFNode csfn)
Description of the Method |
void |
set1Value(int index,
SFNode sfnod)
Description of the Method |
void |
setValue(BaseNode[] values)
Sets the value attribute of the MFNode object |
void |
setValue(ConstMFNode constNode)
Sets the value attribute of the MFNode object |
void |
setValue(int size,
BaseNode[] value)
Sets the value attribute of the MFNode object |
void |
setValue(MFNode node)
Sets the value attribute of the MFNode 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 MFNode()
public MFNode(BaseNode[] values)
values
- Description of the ParameterMethod Detail |
---|
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[] value)
size
- The new value valuevalue
- The new value valuepublic void setValue(MFNode node)
node
- The new value valuepublic void setValue(ConstMFNode constNode)
constNode
- The new value valuepublic BaseNode get1Value(int index)
index
- Description of the Parameter
public void set1Value(int index, BaseNode f)
index
- Description of the Parameterf
- Description of the Parameterpublic void set1Value(int index, ConstSFNode csfn)
index
- Description of the Parametercsfn
- Description of the Parameterpublic void set1Value(int index, SFNode sfnod)
index
- Description of the Parametersfnod
- Description of the Parameterpublic void addValue(BaseNode f)
f
- The feature to be added to the Value attributepublic void addValue(ConstSFNode constsfnod)
constsfnod
- The feature to be added to the Value attributepublic void addValue(SFNode sfnod)
sfnod
- The feature to be added to the Value attributepublic void insertValue(int index, BaseNode f)
index
- Description of the Parameterf
- Description of the Parameterpublic void insertValue(int index, ConstSFNode constsfnod)
index
- Description of the Parameterconstsfnod
- Description of the Parameterpublic void insertValue(int index, SFNode constsfnod)
index
- Description of the Parameterconstsfnod
- 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 n)
delete
in class MField
n
- 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 |