FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.SFImage Interface Reference
Inheritance diagram for org.web3d.x3d.sai.SFImage:
org.web3d.x3d.sai.X3DField sai.FWSFImage

Public Member Functions

int getWidth ()
 
int getHeight ()
 
int getComponents ()
 
void getPixels (int[] pixels)
 
java.awt.image.WritableRenderedImage getImage ()
 
void setValue (int width, int height, int components, int[] pixels)
 
void setImage (java.awt.image.RenderedImage image)
 
void setSubImage (java.awt.image.RenderedImage image, int srcWidth, int srcHeight, int srcXOffset, int srcYOffset, int destXOffset, int destYOffset)
 
- Public Member Functions inherited from org.web3d.x3d.sai.X3DField
X3DFieldDefinition getDefinition () throws InvalidFieldException, ConnectionException
 
boolean isReadable () throws InvalidFieldException, ConnectionException
 
boolean isWritable () throws InvalidFieldException, ConnectionException
 
void addX3DEventListener (X3DFieldEventListener l) throws InvalidFieldException, ConnectionException
 
void removeX3DEventListener (X3DFieldEventListener l) throws InvalidFieldException, ConnectionException
 
void setUserData (Object data) throws InvalidFieldException, ConnectionException
 
Object getUserData () throws InvalidFieldException, ConnectionException
 
void dispose ()
 

Detailed Description

Definition at line 3 of file SFImage.java.


The documentation for this interface was generated from the following file: