Definition at line 10 of file SFImage.java.
◆ SFImage() [1/2]
vrml.field.SFImage.SFImage |
( |
| ) |
|
|
inline |
◆ SFImage() [2/2]
vrml.field.SFImage.SFImage |
( |
int | width, |
|
|
int | height, |
|
|
int | components, |
|
|
byte[] | pixels ) |
|
inline |
◆ __fromPerl()
void vrml.field.SFImage.__fromPerl |
( |
BufferedReader | in | ) |
throws IOException |
|
inline |
◆ __toPerl()
void vrml.field.SFImage.__toPerl |
( |
PrintWriter | out | ) |
throws IOException |
|
inline |
◆ getComponents()
int vrml.field.SFImage.getComponents |
( |
| ) |
|
|
inline |
◆ getHeight()
int vrml.field.SFImage.getHeight |
( |
| ) |
|
|
inline |
◆ getPixels()
byte[] vrml.field.SFImage.getPixels |
( |
| ) |
|
|
inline |
◆ getWidth()
int vrml.field.SFImage.getWidth |
( |
| ) |
|
|
inline |
◆ setValue() [1/3]
◆ setValue() [2/3]
void vrml.field.SFImage.setValue |
( |
int | width, |
|
|
int | height, |
|
|
int | components, |
|
|
byte[] | pixels ) |
|
inline |
◆ setValue() [3/3]
void vrml.field.SFImage.setValue |
( |
SFImage | sfImage | ) |
|
|
inline |
◆ toString()
String vrml.field.SFImage.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: