Class vrml.field.ConstSFImage
java.lang.Object
|
+----vrml.Field
|
+----vrml.ConstField
|
+----vrml.field.ConstSFImage
- public class ConstSFImage
- extends ConstField
Constructor Summary
|
ConstSFImage(int width,
int height,
int components,
byte[] pixels)
|
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstSFImage
public ConstSFImage(int width,
int height,
int components,
byte[] pixels)
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