| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFString
SFString | public class SFString extends Field (Code) | | Description of the Class
|
SFString | public SFString()(Code) | | Constructor for the SFString object
|
SFString | public SFString(String string)(Code) | | Constructor for the SFString object
Parameters: string - Description of the Parameter |
clone | public synchronized 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 |
getValue | public String getValue()(Code) | | Gets the value attribute of the SFString object
The value value |
setValue | public void setValue(String s)(Code) | | Sets the value attribute of the SFString object
Parameters: s - The new value value |
setValue | public void setValue(ConstSFString s)(Code) | | Sets the value attribute of the SFString object
Parameters: s - The new value value |
setValue | public void setValue(SFString s)(Code) | | Sets the value attribute of the SFString object
Parameters: s - The new value 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 |
|
|
|