Class Bitmap


  • public class Bitmap
    extends java.lang.Object
    A Bitmap definition.
    • Constructor Summary

      Constructors 
      Constructor Description
      Bitmap()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public int width
      • height

        public int height
      • bpp

        public int bpp
      • palette

        public int palette
      • pixels

        public byte[] pixels
      • size

        public int size
      • x_offset

        public int x_offset
      • y_offset

        public int y_offset
    • Constructor Detail

      • Bitmap

        public Bitmap()