| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFNode
MFNode | public class MFNode extends MField (Code) | | Description of the Class
|
MFNode | public MFNode()(Code) | | Constructor for the MFNode object
|
MFNode | public MFNode(BaseNode[] values)(Code) | | Constructor for the MFNode object
Parameters: values - Description of the Parameter |
addValue | public void addValue(BaseNode f)(Code) | | 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)(Code) | | 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)(Code) | | Adds a feature to the Value attribute of the MFNode object
Parameters: sfnod - The feature to be added to the Value attribute |
clear | public void clear()(Code) | | Description of the Method
|
clone | public synchronized Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public synchronized ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int n)(Code) | | Description of the Method
Parameters: n - Description of the Parameter |
get1Value | public BaseNode get1Value(int index)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Description of the Return Value |
getSize | public int getSize()(Code) | | Gets the size attribute of the MFNode object
The size value |
getValue | public void getValue(BaseNode values)(Code) | | Gets the value attribute of the MFNode object
Parameters: values - Description of the Parameter |
getValue | public BaseNode[] getValue()(Code) | | Gets the value attribute of the MFNode object
The value value |
insertValue | public void insertValue(int index, BaseNode f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
insertValue | public void insertValue(int index, ConstSFNode constsfnod)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constsfnod - Description of the Parameter |
insertValue | public void insertValue(int index, SFNode constsfnod)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: constsfnod - Description of the Parameter |
set1Value | public void set1Value(int index, BaseNode f)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: f - Description of the Parameter |
set1Value | public void set1Value(int index, ConstSFNode csfn)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: csfn - Description of the Parameter |
set1Value | public void set1Value(int index, SFNode sfnod)(Code) | | Description of the Method
Parameters: index - Description of the Parameter Parameters: sfnod - Description of the Parameter |
setValue | public void setValue(BaseNode[] values)(Code) | | Sets the value attribute of the MFNode object
Parameters: values - The new value value |
setValue | public void setValue(int size, BaseNode[] value)(Code) | | Sets the value attribute of the MFNode object
Parameters: size - The new value value Parameters: value - The new value value |
setValue | public void setValue(MFNode node)(Code) | | Sets the value attribute of the MFNode object
Parameters: node - The new value value |
setValue | public void setValue(ConstMFNode constNode)(Code) | | Sets the value attribute of the MFNode object
Parameters: constNode - The new value value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
update | public synchronized void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|
|