Package jgl.context

Class 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 Detail

      • Width

        public int Width
      • Height

        public int Height
      • Depth

        public int Depth
      • ImageData

        public byte[][][][] ImageData
    • Constructor Detail

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