vrml.field
Class ConstMFTime

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.ConstMField
              extended by vrml.field.ConstMFTime
All Implemented Interfaces:
java.lang.Cloneable

public class ConstMFTime
extends ConstMField


Constructor Summary
ConstMFTime(double[] times)
           
ConstMFTime(int size, double[] times)
           
 
Method Summary
 double get1Value(int index)
           
 int getSize()
           
 void getValue(double[] times)
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstMFTime

public ConstMFTime(int size,
                   double[] times)

ConstMFTime

public ConstMFTime(double[] times)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class ConstMField

getValue

public void getValue(double[] times)

get1Value

public double get1Value(int index)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object