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
  • Field Details

    • Width

      public int Width
    • Height

      public int Height
    • Depth

      public int Depth
    • ImageData

      public byte[][][][] ImageData
  • Constructor Details

    • 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 Details

    • 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)