All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.vrml.field.SFImage

java.lang.Object
   |
   +----berkeley.cs.dmc.vrml.Field
           |
           +----berkeley.cs.dmc.vrml.field.SFImage

public class SFImage
extends Field

Constructor Index

 o SFImage()
 o SFImage(int, int, int, byte[])

Method Index

 o getComponents()
 o getHeight()
 o getPixels(byte[])
 o getWidth()
 o setValue(ConstSFImage)
 o setValue(int, int, int, byte[])
 o setValue(SFImage)
 o toString()

Constructors

 o SFImage
 public SFImage()
 o SFImage
 public SFImage(int width,
                int height,
                int components,
                byte pixels[])

Methods

 o getWidth
 public int getWidth()
 o getHeight
 public int getHeight()
 o getComponents
 public int getComponents()
 o getPixels
 public synchronized void getPixels(byte pixels[])
 o setValue
 public synchronized void setValue(int width,
                                   int height,
                                   int components,
                                   byte pixels[])
 o setValue
 public synchronized void setValue(ConstSFImage image)
 o setValue
 public synchronized void setValue(SFImage image)
 o toString
 public synchronized String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index