vrml.field
Class ConstMFTime
java.lang.Object
|
+--vrml.Field
|
+--vrml.ConstField
|
+--vrml.ConstMField
|
+--vrml.field.ConstMFTime
- All Implemented Interfaces:
- java.lang.Cloneable
- public class ConstMFTime
- extends ConstMField
Methods inherited from class java.lang.Object |
,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ConstMFTime
public ConstMFTime(int size,
double[] times)
ConstMFTime
public ConstMFTime(double[] times)
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