vrml.field
Class ConstSFImage
java.lang.Object
|
+--vrml.Field
|
+--vrml.ConstField
|
+--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)
|
Methods inherited from class java.lang.Object |
,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
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