|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.Field
org.jdesktop.j3d.loaders.vrml97.impl.SFNode
public class SFNode
Description of the Class
Field Summary |
---|
Fields inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
constField, fieldType |
Constructor Summary | |
---|---|
SFNode()
Constructor for the SFNode object |
|
SFNode(BaseNode node)
Constructor for the SFNode object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
ConstField |
constify()
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 |
String |
toString()
Description of the Method |
void |
update(Field field)
Description of the Method |
Field |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.Field |
---|
baseName, markWriteable, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SFNode()
public SFNode(BaseNode node)
node
- Description of the ParameterMethod Detail |
---|
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 valuepublic Object clone()
clone
in class Field
public void update(Field field)
field
- Description of the Parameterpublic ConstField constify()
public Field wrap()
wrap
in class Field
public String toString()
toString
in class Object
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |