vrml.field
Class ConstMFInt32

java.lang.Object
  extended byvrml.Field
      extended byvrml.ConstField
          extended byvrml.ConstMField
              extended byvrml.field.ConstMFInt32
All Implemented Interfaces:
java.lang.Cloneable

public class ConstMFInt32
extends ConstMField


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

ConstMFInt32

public ConstMFInt32(int size,
                    int[] values)

ConstMFInt32

public ConstMFInt32(int[] values)
Method Detail

getSize

public int getSize()
Specified by:
getSize in class ConstMField

getValue

public void getValue(int[] values)

get1Value

public int get1Value(int index)

toString

public java.lang.String toString()