Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vrml.Field | +--vrml.ConstField | +--vrml.field.ConstSFImage
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 | |
Constructor Detail |
public ConstSFImage(int width, int height, int components, byte[] pixels)
Method Detail |
public int getWidth()
public int getHeight()
public int getComponents()
public void getPixels(byte[] pixels)
public java.lang.String toString()
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |