Class gl_pixel_pack


  • public class gl_pixel_pack
    extends Object
    gl_pixel_pack is the pixel pack and unpack class of jGL 2.4.
    Version:
    0.3, 3 Dec 2001
    Author:
    Robin Bing-Yu Chen
    • Field Detail

      • SwapBytes

        public boolean SwapBytes
        GL_xxPACK_SWAP_BYTES: Value of GL_xxPACK_SWAP_BYTES
      • LsbFirst

        public boolean LsbFirst
        GL_xxPACK_LSB_FIRST: Value of GL_xxPACK_LSB_FIRST
      • ImageHeight

        public int ImageHeight
        GL_xxPACK_IMAGE_HEIGHT: Value of GL_xxPACK_IMAGE_HEIGHT
      • RowLength

        public int RowLength
        GL_xxPACK_ROW_LENGTH: Value of GL_xxPACK_ROW_LENGTH
      • SkipImages

        public int SkipImages
        GL_xxPACK_SKIP_IMAGES: Value of GL_xxPACK_SKIP_IMAGES
      • SkipRows

        public int SkipRows
        GL_xxPACK_SKIP_ROWS: Value of GL_xxPACK_SKIP_ROWS
      • SkipPixels

        public int SkipPixels
        GL_xxPACK_SKIP_PIXELS: Value of GL_xxPACK_SKIP_PIXELS
      • Alignment

        public int Alignment
        GL_xxPACK_ALIGNMENT: Value of GL_xxPACK_ALIGNMENT
    • Constructor Detail

      • gl_pixel_pack

        public gl_pixel_pack()