|
FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
| int | getWidth (int imgIndex) |
| int | getHeight (int imgIndex) |
| int | getComponents (int imgIndex) |
| void | getPixels (int imgIndex, int[] pixels) |
| WritableRenderedImage | getImage (int imgIndex) |
| void | setImage (int imgIndex, RenderedImage img) |
| void | setSubImage (int imgIndex, RenderedImage img, int srcWidth, int srcHeight, int srcXOffset, int srcYOffset, int destXOffset, int destYOffset) |
| void | set1Value (int index, int value) |
| void | set1Value (int imgIndex, int width, int height, int components, int[] pixels) |
| void | setValue (int[] value) |
| void | setImage (RenderedImage[] img) |
| void | append (RenderedImage value) |
| void | insertValue (int index, RenderedImage value) |
Public Member Functions inherited from org.web3d.x3d.sai.MField | |
| int | size () throws InvalidFieldException, ConnectionException |
| void | clear () throws InvalidFieldException, ConnectionException |
| void | remove (int index) throws InvalidFieldException, ConnectionException, ArrayIndexOutOfBoundsException |
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 () |
Definition at line 4 of file MFImage.java.