Class BitmapXYZ


  • public class BitmapXYZ
    extends Bitmap
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float[] data  
      private int h  
      private int w  
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapXYZ​(int w, int h, float[] data)  
    • Field Detail

      • w

        private int w
      • h

        private int h
      • data

        private float[] data
    • Constructor Detail

      • BitmapXYZ

        public BitmapXYZ​(int w,
                         int h,
                         float[] data)
    • Method Detail

      • getWidth

        public int getWidth()
        Specified by:
        getWidth in class Bitmap
      • getHeight

        public int getHeight()
        Specified by:
        getHeight in class Bitmap
      • readAlpha

        public float readAlpha​(int x,
                               int y)
        Specified by:
        readAlpha in class Bitmap