vrml.external.field
Class EventInMFVec3f

java.lang.Object
  |
  +--vrml.external.field.EventIn
        |
        +--vrml.external.field.EventInMFVec3f

public class EventInMFVec3f
extends EventIn


Fields inherited from class vrml.external.field.EventIn
eventin_, fieldtype_, scene_
 
Constructor Summary
EventInMFVec3f()
           
 
Method Summary
 void set1Value(int index, float[] value)
           
 void setValue(float[][] value)
           
 
Methods inherited from class vrml.external.field.EventIn
getType, initialize, sendEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventInMFVec3f

public EventInMFVec3f()
Method Detail

setValue

public void setValue(float[][] value)
              throws java.lang.IllegalArgumentException

set1Value

public void set1Value(int index,
                      float[] value)
               throws java.lang.IllegalArgumentException