|
j3d-vrml97-0.1.0 | |||||||||
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
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFNode(BaseNode node)
Constructor for the SFNode object |
|
SFNode(SFNode init)
Constructor for the SFNode object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
BaseNode |
getValue()
Gets the value attribute of the SFNode object |
void |
setValue(BaseNode node)
Sets the value attribute of the SFNode object |
void |
setValue(ConstSFNode csfnode)
Sets the value attribute of the SFNode object |
void |
setValue(SFNode sfnode)
Sets the value attribute of the SFNode object |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFNode(SFNode init)
init
- Description of the Parameterpublic SFNode(BaseNode node)
node
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public BaseNode getValue()
public void setValue(BaseNode node)
node
- The new value valuepublic void setValue(SFNode sfnode)
sfnode
- The new value valuepublic void setValue(ConstSFNode csfnode)
csfnode
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |