| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field org.jdesktop.j3d.loaders.vrml97.impl.SFNode
SFNode | public class SFNode extends Field (Code) | | Description of the Class
|
SFNode | public SFNode()(Code) | | Constructor for the SFNode object
|
SFNode | public SFNode(BaseNode node)(Code) | | Constructor for the SFNode object
Parameters: node - Description of the Parameter |
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 |
getValue | public BaseNode getValue()(Code) | | Gets the value attribute of the SFNode object
The value value |
reset | void reset()(Code) | | Description of the Method
|
setValue | public void setValue(BaseNode node)(Code) | | Sets the value attribute of the SFNode object
Parameters: node - The new value value |
setValue | public void setValue(SFNode sfnode)(Code) | | Sets the value attribute of the SFNode object
Parameters: sfnode - The new value value |
setValue | public void setValue(ConstSFNode csfnode)(Code) | | Sets the value attribute of the SFNode object
Parameters: csfnode - 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 |
|
|
|