vrml.field
Class ConstSFImage

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
          extended by vrml.field.ConstSFImage
All Implemented Interfaces:
java.lang.Cloneable

public class ConstSFImage
extends ConstField


Constructor Summary
ConstSFImage(int width, int height, int components, byte[] pixels)
           
 
Method Summary
 int getComponents()
           
 int getHeight()
           
 void getPixels(byte[] pixels)
           
 int getWidth()
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.Field
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstSFImage

public ConstSFImage(int width,
                    int height,
                    int components,
                    byte[] pixels)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getComponents

public int getComponents()

getPixels

public void getPixels(byte[] pixels)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object