vrml.field
Class ConstMFFloat

java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.ConstField
              |
              +--vrml.ConstMField
                    |
                    +--vrml.field.ConstMFFloat
All Implemented Interfaces:
java.lang.Cloneable

public class ConstMFFloat
extends ConstMField


Constructor Summary
ConstMFFloat(float[] values)
           
ConstMFFloat(int size, float[] values)
           
 
Method Summary
 float get1Value(int index)
           
 int getSize()
           
 void getValue(float[] values)
           
 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

ConstMFFloat

public ConstMFFloat(int size,
                    float[] values)

ConstMFFloat

public ConstMFFloat(float[] values)
Method Detail

getSize

public int getSize()
Overrides:
getSize in class ConstMField

getValue

public void getValue(float[] values)

get1Value

public float get1Value(int index)

toString

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