vrml.field
Class SFImage

java.lang.Object
  |
  +--vrml.Field
        |
        +--vrml.field.SFImage
All Implemented Interfaces:
java.lang.Cloneable

public class SFImage
extends Field


Constructor Summary
SFImage()
           
SFImage(int width, int height, int components, byte[] pixels)
           
 
Method Summary
 int getComponents()
           
 int getHeight()
           
 void getPixels(byte[] pixels)
           
 int getWidth()
           
 void setValue(ConstSFImage image)
           
 void setValue(int width, int height, int components, byte[] pixels)
           
 void setValue(SFImage image)
           
 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

SFImage

public SFImage()

SFImage

public SFImage(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)

setValue

public void setValue(int width,
                     int height,
                     int components,
                     byte[] pixels)

setValue

public void setValue(ConstSFImage image)

setValue

public void setValue(SFImage image)

toString

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