Uses of Class
javaewah.EWAHCompressedBitmap

Uses of EWAHCompressedBitmap in javaewah
 

Methods in javaewah that return EWAHCompressedBitmap
 EWAHCompressedBitmap EWAHCompressedBitmap.and(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise AND values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.andNot(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise AND NOT values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.or(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise OR values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.xor(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise XOR values of the current bitmap with some other bitmap.
 

Methods in javaewah with parameters of type EWAHCompressedBitmap
 EWAHCompressedBitmap EWAHCompressedBitmap.and(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise AND values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.andNot(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise AND NOT values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.or(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise OR values of the current bitmap with some other bitmap.
 EWAHCompressedBitmap EWAHCompressedBitmap.xor(EWAHCompressedBitmap a)
          Returns a new compressed bitmap contained the bitwise XOR values of the current bitmap with some other bitmap.
 



Copyright © 2012. All Rights Reserved.