vrml.external.field
Class EventOutMFVec2f

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

public class EventOutMFVec2f
extends EventOutMField


Fields inherited from class vrml.external.field.EventOut
eventout_, eventoutobs_, fieldtype_, scene_, userdata_
 
Constructor Summary
EventOutMFVec2f()
           
 
Method Summary
 float[] get1Value(int index)
           
 float[][] 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

EventOutMFVec2f

public EventOutMFVec2f()
Method Detail

getValue

public float[][] getValue()

get1Value

public float[] get1Value(int index)