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