Uses of Class
jpos.JposException

Packages that use JposException
com.sewoo.jpos   
 

Uses of JposException in com.sewoo.jpos
 

Methods in com.sewoo.jpos that throw JposException
 int POSPrinterService.alignment(int align)
          set Bitmap, Barcode Alignment.
 void POSPrinterService.printBarCode(int station, java.lang.String data, int symbology, int height, int width, int alignment, int textPosition)
          Print Barcode.
 int POSPrinterService.printBitmap(int station, int[][] bImage, int width, int alignment)
          Print Bitmap Image.
 int POSPrinterService.printBitmap(int station, java.lang.String filePath, int width, int alignment)
          Print Bitmap Image.
 void POSPrinterService.printNormal(int station, java.lang.String data)
          Print Normal Text.
 int POSPrinterService.setBarCodeHeight(int height)
          set Barcode Height.