Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.ConstMFTime

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.ConstField
                    |
                    +----vrml.ConstMField
                            |
                            +----vrml.field.ConstMFTime

public class ConstMFTime
extends ConstMField

Constructor Summary
 ConstMFTime(int size, double[] times)
 
 ConstMFTime(double[] times)
 
 

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

Constructor Detail

ConstMFTime

public ConstMFTime(int size,
                   double[] times)

ConstMFTime

public ConstMFTime(double[] times)
Method Detail

getSize

public int getSize()
Overrides:
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

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS