Package jgl.context
Class gl_image
- java.lang.Object
-
- jgl.context.gl_image
-
public class gl_image extends Object
gl_image the Image class of jGL 2.4.- Version:
- 0.4, 3 Dec 2001
- Author:
- Robin Bing-Yu Chen
-
-
Constructor Summary
Constructors Constructor Description gl_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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
get_image(int f, int s, Object pixels)
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)
-
-
-
Constructor Detail
-
gl_image
public gl_image(int w, int c, int f, int s, gl_pixel_pack p, Object data)
-
gl_image
public gl_image(int w, int h, int c, int f, int s, gl_pixel_pack p, Object data)
-
gl_image
public gl_image(int w, int h, int d, int c, int f, int s, gl_pixel_pack p, Object data)
-
-
Method Detail
-
get_image
public void get_image(int f, int s, Object pixels)
-
set_sub_image
public void set_sub_image(int x, int w, int f, int s, gl_pixel_pack p, Object data)
-
set_sub_image
public void set_sub_image(int x, int y, int w, int h, int f, int s, gl_pixel_pack p, Object data)
-
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)
-
-