Class dnx.lr.SFNode
All Packages Class Hierarchy This Package Previous Next Index
Class dnx.lr.SFNode
java.lang.Object
|
+----dnx.util.DNXObject
|
+----dnx.lr.Field
|
+----dnx.lr.SFNode
- public class SFNode
- extends Field
-
SFNode()
-
-
SFNode(Node)
-
-
copy(Field)
-
-
copy(SFNode)
-
-
equals(Object)
-
-
equals(SFNode)
-
-
free()
-
-
getPrimitiveValue()
-
-
getValue()
-
-
print(PrintAction)
-
-
readInternal(ReadAction)
- Implementation of read().
-
setValue(Node)
-
SFNode
public SFNode(Node n)
SFNode
public SFNode()
free
public void free()
- Overrides:
- free in class Field
readInternal
protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
- Implementation of read().
- Overrides:
- readInternal in class Field
print
public void print(PrintAction a)
- Overrides:
- print in class Field
setValue
public synchronized void setValue(Node n)
copy
public synchronized void copy(SFNode f)
copy
public synchronized void copy(Field f)
- Overrides:
- copy in class Field
getValue
public Node getValue()
getPrimitiveValue
public Node getPrimitiveValue()
equals
public boolean equals(SFNode f)
equals
public boolean equals(Object o)
- Overrides:
- equals in class Object
All Packages Class Hierarchy This Package Previous Next Index