j3d-vrml97-0.1.0

vrml.field
Class ConstSFImage

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

public class ConstSFImage
extends ConstField

Description of the Class


Field Summary
 
Fields inherited from class vrml.Field
implField
 
Constructor Summary
ConstSFImage(ConstSFImage init)
          Constructor for the ConstSFImage object
 
Method Summary
 Object clone()
          Description of the Method
 int getComponents()
          Gets the components attribute of the ConstSFImage object
 int getHeight()
          Gets the height attribute of the ConstSFImage object
 void getPixels(byte[] pixels)
          Gets the pixels attribute of the ConstSFImage object
 int getWidth()
          Gets the width attribute of the ConstSFImage object
 
Methods inherited from class vrml.ConstField
markWritable
 
Methods inherited from class vrml.Field
getImpl, markWriteable
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstSFImage

public ConstSFImage(ConstSFImage init)
Constructor for the ConstSFImage object

Parameters:
init - Description of the Parameter
Method Detail

getWidth

public int getWidth()
Gets the width attribute of the ConstSFImage object

Returns:
The width value

getHeight

public int getHeight()
Gets the height attribute of the ConstSFImage object

Returns:
The height value

getComponents

public int getComponents()
Gets the components attribute of the ConstSFImage object

Returns:
The components value

getPixels

public void getPixels(byte[] pixels)
Gets the pixels attribute of the ConstSFImage object

Parameters:
pixels - Description of the Parameter

clone

public Object clone()
Description of the Method

Specified by:
clone in class Field
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..