Package jgl.context
Class gl_image
java.lang.Object
jgl.context.gl_image
gl_image the Image class of jGL 2.4.
- Version:
- 0.4, 3 Dec 2001
- Author:
- Robin Bing-Yu Chen
-
Field Summary
-
Constructor Summary
ConstructorDescriptiongl_image
(int w, int h, int d, int c, int f, int s, gl_pixel_pack p, Object data) gl_image
(int w, int h, int c, int f, int s, gl_pixel_pack p, Object data) gl_image
(int w, int c, int f, int s, gl_pixel_pack p, Object data) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
set_sub_image
(int x, int y, int z, int w, int h, int d, int f, int s, gl_pixel_pack p, Object data) void
set_sub_image
(int x, int y, int w, int h, int f, int s, gl_pixel_pack p, Object data) void
set_sub_image
(int x, int w, int f, int s, gl_pixel_pack p, Object data)
-
Field Details
-
Width
public int Width -
Height
public int Height -
Depth
public int Depth -
ImageData
public byte[][][][] ImageData
-
-
Constructor Details
-
gl_image
-
gl_image
-
gl_image
-
-
Method Details
-
get_image
-
set_sub_image
-
set_sub_image
-
set_sub_image
public void set_sub_image(int x, int y, int z, int w, int h, int d, int f, int s, gl_pixel_pack p, Object data)
-