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

Class vrml.field.ConstMFFloat

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

public class ConstMFFloat
extends ConstMField

Constructor Summary
 ConstMFFloat(int size, float[] values)
 
 ConstMFFloat(float[] values)
 
 

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

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

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