Package com.zebra.scannercontrol
Class BarCodeView
- java.lang.Object
-
- View
-
- com.zebra.scannercontrol.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)
-