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

Class dnx.lr.field.SFTime

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

public class SFTime
extends Field

Constructor Index

 o SFTime()
 o SFTime(double)

Method Index

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

Constructors

 o SFTime
  public SFTime(double time)
 o SFTime
  public SFTime()

Methods

 o alloc
  public static SFTime alloc(double time)
 o alloc
  public static SFTime alloc()
 o free
  public void free()
Overrides:
free in class Field
 o clear
  public void clear()
 o readInternal
  protected void readInternal(ReadAction a) throws IOException, VRMLSyntaxException
Implementation of read().
Overrides:
readInternal in class Field
 o setValue
  public synchronized void setValue(double time)
 o copy
  public synchronized void copy(SFTime f)
 o copy
  public synchronized void copy(Field f)
Overrides:
copy in class Field
 o getValue
  public double getValue()
 o equals
  public boolean equals(SFTime 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