Class XBMData


  • public class XBMData
    extends java.lang.Object
    Represents a decoded X-Bitmap resource
    Author:
    Rafael Ibasco
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      int getHeight()  
      int getWidth()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • getData

        public byte[] getData()