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

Constructor Index

 o SFNode()
 o SFNode(Node)

Method Index

 o copy(Field)
 o copy(SFNode)
 o equals(Object)
 o equals(SFNode)
 o free()
 o getPrimitiveValue()
 o getValue()
 o print(PrintAction)
 o readInternal(ReadAction)
Implementation of read().
 o setValue(Node)

Constructors

 o SFNode
  public SFNode(Node n)
 o SFNode
  public SFNode()

Methods

 o free
  public void free()
Overrides:
free in class Field
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o print
  public void print(PrintAction a)
Overrides:
print in class Field
 o setValue
  public synchronized void setValue(Node n)
 o copy
  public synchronized void copy(SFNode f)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public Node getValue()
 o getPrimitiveValue
  public Node getPrimitiveValue()
 o equals
  public boolean equals(SFNode f)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index