vrml.external.field
Class EventInSFImage

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

public class EventInSFImage
extends EventIn


Fields inherited from class vrml.external.field.EventIn
eventin_, fieldtype_, scene_
 
Constructor Summary
EventInSFImage()
           
 
Method Summary
 void setValue(int width, int height, int numComponents, byte[] pixels)
           
 
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

EventInSFImage

public EventInSFImage()
Method Detail

setValue

public void setValue(int width,
                     int height,
                     int numComponents,
                     byte[] pixels)
              throws java.lang.IllegalArgumentException