j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class MFNode

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
      extended by org.jdesktop.j3d.loaders.vrml97.impl.MField
          extended by org.jdesktop.j3d.loaders.vrml97.impl.MFNode

public class MFNode
extends MField

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

MFNode

public MFNode()
Constructor for the MFNode object


MFNode

public MFNode(BaseNode[] values)
Constructor for the MFNode object

Parameters:
values - Description of the Parameter
Method Detail

getValue

public void getValue(BaseNode[] values)
Gets the value attribute of the MFNode object

Parameters:
values - Description of the Parameter

getValue

public BaseNode[] getValue()
Gets the value attribute of the MFNode object

Returns:
The value value

setValue

public void setValue(BaseNode[] values)
Sets the value attribute of the MFNode object

Parameters:
values - The new value value

setValue

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

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

setValue

public void setValue(MFNode node)
Sets the value attribute of the MFNode object

Parameters:
node - The new value value

setValue

public void setValue(ConstMFNode constNode)
Sets the value attribute of the MFNode object

Parameters:
constNode - The new value value

get1Value

public BaseNode 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,
                      BaseNode f)
Description of the Method

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

set1Value

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

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

set1Value

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

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

addValue

public void addValue(BaseNode f)
Adds a feature to the Value attribute of the MFNode object

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

addValue

public void addValue(ConstSFNode constsfnod)
Adds a feature to the Value attribute of the MFNode object

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

addValue

public void addValue(SFNode sfnod)
Adds a feature to the Value attribute of the MFNode object

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

insertValue

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

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

insertValue

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

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

insertValue

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

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

update

public void update(Field field)
Description of the Method

Parameters:
field - Description of the Parameter

clone

public Object clone()
Description of the Method

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

constify

public ConstField constify()
Description of the Method

Returns:
Description of the Return Value

getSize

public int getSize()
Gets the size attribute of the MFNode 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 n)
Description of the Method

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

wrap

public Field wrap()
Description of the Method

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

toString

public String toString()
Description of the Method

Overrides:
toString in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..