Class BarCodeView


  • public class BarCodeView
    extends View
    Class to represent barcodes created by API
    • Constructor Summary

      Constructors 
      Constructor Description
      BarCodeView​(Context context, com.zebra.scannercontrol.GenerateBarcode128B barcode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getXSize()  
      int getYSize()  
      protected void onDraw​(Canvas canvas)  
      boolean onTouchEvent​(MotionEvent event)  
      void setSize​(int x, int y)  
      • Methods inherited from class java.lang.Object

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

      • BarCodeView

        public BarCodeView​(Context context,
                           com.zebra.scannercontrol.GenerateBarcode128B barcode)
    • Method Detail

      • getXSize

        public int getXSize()
      • getYSize

        public int getYSize()
      • setSize

        public void setSize​(int x,
                            int y)
      • onDraw

        protected void onDraw​(Canvas canvas)
      • onTouchEvent

        public boolean onTouchEvent​(MotionEvent event)