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

Class vrml.field.ConstMFInt32

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

public class ConstMFInt32
extends ConstMField

Constructor Summary
 ConstMFInt32(int size, int[] values)
 
 ConstMFInt32(int[] values)
 
 

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

ConstMFInt32

public ConstMFInt32(int size,
                    int[] values)

ConstMFInt32

public ConstMFInt32(int[] values)
Method Detail

getSize

public int getSize()
Overrides:
getSize in class ConstMField

getValue

public void getValue(int[] values)

get1Value

public int 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