|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SFNode
Representation of a SFNode field.
Get the value of a node. The java null reference is treated to
be equivalent to the VRML NULL field values. If the node field
contains a NULL reference then reading this eventOut will result in a
java null being returned.
| Method Summary | |
|---|---|
X3DNode |
getValue()
Get the node value in the given eventOut. |
void |
setValue(X3DNode value)
Set the node value in the given eventIn. |
| Methods inherited from interface org.web3d.x3d.sai.X3DField |
|---|
addX3DEventListener, getDefinition, getUserData, isReadable, isWritable, removeX3DEventListener, setUserData |
| Method Detail |
|---|
X3DNode getValue()
void setValue(X3DNode value)
throws InvalidNodeException
If the node reference passed to this method has already had the dispose method called then an InvalidNodeException will be generated.
value - The new node reference to be used.
InvalidNodeException - The node reference passed has already
been disposed.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||