All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.SFTime

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.field.SFTime

public class SFTime
extends Field

Constructor Index

 o SFTime()
 o SFTime(double)

Method Index

 o getValue()
 o setValue(ConstSFTime)
 o setValue(double)
 o setValue(SFTime)
 o toString()

Constructors

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

Methods

 o getValue
 public double getValue()
 o setValue
 public void setValue(double time)
 o setValue
 public void setValue(ConstSFTime time)
 o setValue
 public void setValue(SFTime time)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index