Class dnx.lr.field.SFObject
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.field.SFObject

java.lang.Object
   |
   +----dnx.util.DNXObject
           |
           +----dnx.lr.Field
                   |
                   +----dnx.lr.field.SFObject

public class SFObject
extends Field

Constructor Index

 o SFObject()
 o SFObject(Object)

Method Index

 o alloc()
 o alloc(Object)
 o clear()
 o copy(Field)
 o copy(SFObject)
 o equals(Object)
 o equals(SFObject)
 o free()
 o getValue()
 o readInternal(ReadAction)
Implementation of read().
 o setValue(Object)
 o toString()

Constructors

 o SFObject
  public SFObject(Object obj)
 o SFObject
  public SFObject()

Methods

 o alloc
  public static SFObject alloc(Object o)
 o alloc
  public static SFObject alloc()
 o free
  public void free()
Overrides:
free in class Field
 o clear
  public void clear()
 o readInternal
  protected void readInternal(ReadAction a) throws VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o setValue
  public synchronized void setValue(Object obj)
 o copy
  public synchronized void copy(SFObject f)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public Object getValue()
 o equals
  public boolean equals(SFObject f)
 o equals
  public boolean equals(Object o)
Overrides:
equals in class Object
 o toString
  public String toString()
Overrides:
toString in class Field

All Packages  Class Hierarchy  This Package  Previous  Next  Index