| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.MField org.jdesktop.j3d.loaders.vrml97.impl.MFString
MFString | public class MFString extends MField (Code) | | Description of the Class
|
MFString | public MFString()(Code) | | Constructor for the MFString object
|
MFString | public MFString(String[] s)(Code) | | Constructor for the MFString object
Parameters: s - Description of the Parameter |
MFString | public MFString(int size, String[] s)(Code) | | Constructor for the MFString object
Parameters: size - Description of the Parameter Parameters: s - Description of the Parameter |
clear | public void clear()(Code) | | Description of the Method
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
constify | public ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
delete | public void delete(int i)(Code) | | Description of the Method
Parameters: i - Description of the Parameter |
get1Value | public String 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 MFString object
The size value |
getValue | public void getValue(String[] values)(Code) | | Gets the value attribute of the MFString object
Parameters: values - Description of the Parameter |
setValue | public void setValue(String[] s)(Code) | | Sets the value attribute of the MFString object
Parameters: s - The new value value |
setValue | public void setValue(MFString field)(Code) | | Sets the value attribute of the MFString object
Parameters: field - The new value value |
setValue | public void setValue(ConstMFString field)(Code) | | Sets the value attribute of the MFString object
Parameters: field - The new value value |
toString | public String toString()(Code) | | Description of the Method
Description of the Return Value |
update | public 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 |
|
|
|