vrml.external.field
Class EventOutMFInt32

java.lang.Object
  |
  +--vrml.external.field.EventOut
        |
        +--vrml.external.field.EventOutMField
              |
              +--vrml.external.field.EventOutMFInt32

public class EventOutMFInt32
extends EventOutMField


Fields inherited from class vrml.external.field.EventOut
eventout_, eventoutobs_, fieldtype_, scene_, userdata_
 
Constructor Summary
EventOutMFInt32()
           
 
Method Summary
 int get1Value(int index)
           
 int[] getValue()
           
 
Methods inherited from class vrml.external.field.EventOutMField
getSize
 
Methods inherited from class vrml.external.field.EventOut
advise, getType, gotEventCB, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventOutMFInt32

public EventOutMFInt32()
Method Detail

getValue

public int[] getValue()

get1Value

public int get1Value(int index)