vrml.external.field
Class EventOutSFImage

java.lang.Object
  |
  +--vrml.external.field.EventOut
        |
        +--vrml.external.field.EventOutSFImage

public class EventOutSFImage
extends EventOut


Fields inherited from class vrml.external.field.EventOut
eventout_, eventoutobs_, fieldtype_, scene_, userdata_
 
Constructor Summary
EventOutSFImage()
           
 
Method Summary
 int getHeight()
           
 int getNumComponents()
           
 byte[] getPixels()
           
 int getWidth()
           
 
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

EventOutSFImage

public EventOutSFImage()
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getNumComponents

public int getNumComponents()

getPixels

public byte[] getPixels()