|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFNode
public class SFNode
Represents a VRML SFNode field in Java.
Constructor Summary | |
---|---|
SFNode()
Construct a default SFNode field. |
|
SFNode(BaseNode node)
Construct an SFNode field. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Create a shallow copy of the SFNode; the underlying BaseNode is not copied. |
BaseNode |
getValue()
Get the VRML node stored in this SFNode. |
void |
setValue(BaseNode node)
Set the VRML node stored in this SFNode. |
void |
setValue(ConstSFNode node)
Set the VRML node stored in this SFNode. |
void |
setValue(SFNode node)
Set the VRML node stored in this SFNode. |
Methods inherited from class vrml.Field |
---|
dispose, finalize, getPeer, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFNode()
public SFNode(BaseNode node)
node
- VRML Node to create SFNode withMethod Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Field
java.lang.CloneNotSupportedException
public BaseNode getValue()
public void setValue(BaseNode node)
node
- VRML node objectpublic void setValue(ConstSFNode node)
node
- Existing ConstSFNodepublic void setValue(SFNode node)
node
- Existing SFNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |