MCPcopy Create free account

hub / github.com/anastaciocintra/escpos-coffee-samples / functions

Functions162 in github.com/anastaciocintra/escpos-coffee-samples

↓ 60 callersMethodwrite
just slice the image and print sequentially with regular escpos write image @param escPos @param image @param wrapper @param bitonalAlgorithm @throws
miscellaneous/BarcodeGen/src/main/java/lib/ImageHelper.java:118
↓ 20 callersMethodgetHeight
()
miscellaneous/AndroidImage/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/androidimage/CoffeeImageAndroidImpl.java:51
↓ 16 callersMethodgetWidth
()
miscellaneous/AndroidImage/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/androidimage/CoffeeImageAndroidImpl.java:46
↓ 8 callersMethodaddError
Add one error status, that is impeding to work @param status can be, for example (paper is end)
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:118
↓ 8 callersMethodaddError
Add one error status, that is impeding to work @param status can be, for example (paper is end)
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:125
↓ 8 callersMethodbitAndCompare
Return true if bit set configured on mask is ok @param n - bit set to be compared @param toCompare - mask the bit compare @return boolean
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:252
↓ 8 callersMethodbitAndCompare
Return true if bit set configured on mask is ok @param n - bit set to be compared @param toCompare - mask the bit compare @return boolean
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:331
↓ 6 callersMethodgetHeight
()
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/CoffeeImageAndroidImpl.java:50
↓ 6 callersMethodwrite
just slice the image and print sequentially with regular escpos write image @param escPos @param image @param wrapper @param bitonalAlgorithm @throws
miscellaneous/CoffeeBitmap/src/main/java/lib/ImageHelper.java:118
↓ 5 callersMethodgetWidth
()
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/CoffeeImageAndroidImpl.java:45
↓ 4 callersMethodgetImage
(sampleImages image)
usual/samples-common/src/main/java/SamplesCommon.java:24
↓ 4 callersMethodgetOutputStream
Provide one instance of OutputStream of SerialStatus @return one instance of outputstream @throws IOException
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:265
↓ 4 callersMethodgetSubimage
(int x, int y, int w, int h)
miscellaneous/AndroidImage/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/androidimage/CoffeeImageAndroidImpl.java:56
↓ 3 callersMethodstatusChanged
Call all the UsbPrinterEvent functions added on event listener. This method is internally called whenever the printer status changed @see #addEventLi
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:456
↓ 2 callersMethodaddEventListener
Add printerStatusEventListener to list of events triggered on status changed @see #statusChanged() @param printerStatusEventListener - implementation
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:346
↓ 2 callersMethodaddEventListener
Add usbPrinterEventListener to list of events triggered on status changed @see #statusChanged() @param usbPrinterEventListener - implementation of Usb
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:447
↓ 2 callersMethodfinish
Finish the SerialStatus class, release comPort resource to be used on another program. You should call this method before exit. After finish is called
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:209
↓ 2 callersMethodfinish
Finish the UsbStatus class, release usb resource to be used on another program. You should call this method before exit. After finish is called, you c
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:288
↓ 2 callersMethodgetImage
(sampleImages image)
miscellaneous/sliceimage/src/main/java/SliceImage.java:52
↓ 2 callersMethodhaveAnyError
Test if the printer have any error @return true if the printer have any error
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:91
↓ 2 callersMethodhaveAnyError
Test if the printer have any error @return true if the printer have any error
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:98
↓ 2 callersMethodprint
()
miscellaneous/UsbStatus/src/main/java/Principal.java:151
↓ 2 callersMethodprocessData
This abstract method is called after bytes read from printer. the objective of implementation is to populate the list of errors according to bytes. Ea
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:321
↓ 2 callersMethodstatusChanged
Call all the PrinterStatusEvent functions added on event listener. This method is internally called whenever the printer status changed @see #addEven
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:355
↓ 2 callersMethodwrite
just slice the image and print sequentially with regular escpos write image @param escPos @param image @param wrapper @param bitonalAlgorithm @throws
miscellaneous/sliceimage/src/main/java/lib/ImageHelper.java:115
↓ 2 callersMethodwrite
just slice the image and print sequentially with regular escpos write image @param escPos @param image @param wrapper @param bitonalAlgorithm @throws
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/ImageHelper.java:112
↓ 1 callersMethodFlyingSauer
(PrinterOutputStream outputStream)
miscellaneous/CoffeeBitmap/src/main/java/CoffeeBitmap.java:190
↓ 1 callersMethodGraphcsImageWrapper
(String printerName)
usual/graphics-image/src/main/java/GraphicsImageSample.java:21
↓ 1 callersMethodGraphcsImageWrapper
(String printerName)
usual/dithering/src/main/java/DitheringSample.java:20
↓ 1 callersMethodGraphcsImageWrapper
(String printerName)
usual/raster-image/src/main/java/RasterImageSample.java:22
↓ 1 callersMethodGraphics2D
(PrinterOutputStream outputStream)
miscellaneous/CoffeeBitmap/src/main/java/CoffeeBitmap.java:44
↓ 1 callersMethodGraphicsImageWrapper
(String printerName)
usual/bitimage/src/main/java/BitImageSample.java:23
↓ 1 callersMethodSample
(String printerName)
usual/charcode/src/main/java/CodeTableSample.java:19
↓ 1 callersMethodSample
(String printerName)
usual/pulsepin/src/main/java/pulsePinSample.java:16
↓ 1 callersMethodSample
(String printerName)
usual/barcode/src/main/java/BarcodeSample.java:21
↓ 1 callersMethodSample
(String printerName)
usual/textprintmodestyle/src/main/java/TextPrintModeStyleSample.java:18
↓ 1 callersMethodSample
(String printerName)
usual/textstyle/src/main/java/TextStyleSample.java:22
↓ 1 callersMethodaddInfo
used to add one info status @param status can be, for example (printer is ok) @see #processData(byte[], int)
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:127
↓ 1 callersMethodaddInfo
used to add one info status @param status can be, for example (printer is ok) @see #processData(byte[], int)
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:134
↓ 1 callersMethodfindDevice
(UsbHub hub, short vendorId, short productId)
miscellaneous/Usb4JavaStream/src/main/java/lib/Usb4JavaStream.java:111
↓ 1 callersMethodfindDevice
Find Usb4java device @param hub @param vendorId can be get on lsusb command @param productId can be get on lsusb command @return Usb device used on Us
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:342
↓ 1 callersMethodfnc1
(String portDescriptor)
miscellaneous/SerialStream/src/main/java/Principal.java:31
↓ 1 callersMethodfnc1
()
miscellaneous/Usb4JavaStream/src/main/java/Usb4JavaEscPosCoffee.java:18
↓ 1 callersMethodgetMapErrors
Get the map of all errors returned by the printer. @return Status map
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:101
↓ 1 callersMethodgetMapErrors
Get the map of all errors returned by the printer. @return Status map
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:108
↓ 1 callersMethodgetMapInfo
Get the map of all info returned by the printer. @return Status map
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:109
↓ 1 callersMethodgetMapInfo
Get the map of all info returned by the printer. @return Status map
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:116
↓ 1 callersMethodgetSubimage
(int x, int y, int w, int h)
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/CoffeeImageAndroidImpl.java:55
↓ 1 callersMethodgetURL
(String imageName)
usual/samples-common/src/main/java/SamplesCommon.java:31
↓ 1 callersMethodgetURL
(String fileName)
miscellaneous/PdfPrinting/src/main/java/PdfPrinting.java:52
↓ 1 callersMethodgetURL
(String imageName)
miscellaneous/sliceimage/src/main/java/SliceImage.java:59
↓ 1 callersMethodgetURL
(String imageName)
miscellaneous/Usb4JavaStream/src/main/java/Usb4JavaEscPosCoffee.java:12
↓ 1 callersMethodgetUsbStream
Provide one instance of UsbStream @return one instance of outputstream @throws IOException
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:361
↓ 1 callersMethodisFinished
()
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:223
↓ 1 callersMethodisFinished
()
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:302
↓ 1 callersMethodjEditorPane
(PrinterOutputStream outputStream)
miscellaneous/CoffeeBitmap/src/main/java/CoffeeBitmap.java:123
↓ 1 callersMethodonStatusChanged
()
miscellaneous/SerialStatus/src/main/java/lib/PrinterStatusEvent.java:31
↓ 1 callersMethodonStatusChanged
()
miscellaneous/UsbStatus/src/main/java/lib/UsbPrinterEvent.java:31
↓ 1 callersMethodprint
()
miscellaneous/SerialStatus/src/main/java/Principal.java:168
↓ 1 callersMethodprintInfo
(String host, int port)
usual/tcpip-stream/src/main/java/TcpIpSample.java:14
↓ 1 callersMethodprintInfo
(String printerName)
usual/getstart/src/main/java/GetstartSample.java:15
↓ 1 callersMethodprintPdf
(PrinterOutputStream outputStream)
miscellaneous/PdfPrinting/src/main/java/PdfPrinting.java:21
↓ 1 callersMethodprintzxing
(EscPos escpos)
miscellaneous/BarcodeGen/src/main/java/BarcodeGen.java:33
↓ 1 callersMethodprocessData
This abstract method is called after bytes read from printer. the objective of implementation is to populate the list of errors according to bytes. Ea
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:242
↓ 1 callersMethodrun
(PrinterOutputStream outputStream)
miscellaneous/sliceimage/src/main/java/SliceImage.java:13
↓ 1 callersMethodshowWindow
()
miscellaneous/SerialStatus/src/main/java/Principal.java:49
↓ 1 callersMethodshowWindow
()
miscellaneous/UsbStatus/src/main/java/Principal.java:24
↓ 1 callersMethodsliceImage
Slice vertically the image in maxHeight offsets @param coffeeImage implementation of CoffeeImage {@link java.awt.image.BufferedImage} or Bitmap (andro
miscellaneous/PdfPrinting/src/main/java/lib/ImageHelper.java:75
↓ 1 callersMethodsliceImage
Slice vertically the image in maxHeight offsets @param coffeeImage implementation of CoffeeImage {@link java.awt.image.BufferedImage} or Bitmap (andro
miscellaneous/BarcodeGen/src/main/java/lib/ImageHelper.java:75
↓ 1 callersMethodsliceImage
Slice vertically the image in maxHeight offsets @param coffeeImage implementation of CoffeeImage {@link java.awt.image.BufferedImage} or Bitmap (andro
miscellaneous/sliceimage/src/main/java/lib/ImageHelper.java:72
↓ 1 callersMethodsliceImage
Slice vertically the image in maxHeight offsets @param coffeeImage implementation of CoffeeImage {@link java.awt.image.BufferedImage} or Bitmap (andro
miscellaneous/CoffeeBitmap/src/main/java/lib/ImageHelper.java:75
↓ 1 callersMethodsliceImage
Slice vertically the image in maxHeight offsets @param coffeeImage implementation of CoffeeImage {@link java.awt.image.BufferedImage} or Bitmap (andro
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/ImageHelper.java:69
↓ 1 callersMethodwrite
just slice the image and print sequentially with regular escpos write image @param escPos @param image @param wrapper @param bitonalAlgorithm @throws
miscellaneous/PdfPrinting/src/main/java/lib/ImageHelper.java:118
MethodCoffeeImageAndroidImpl
(Bitmap bitmap)
miscellaneous/AndroidImage/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/androidimage/CoffeeImageAndroidImpl.java:41
MethodCoffeeImageAndroidImpl
(Bitmap bitmap)
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/CoffeeImageAndroidImpl.java:40
MethodImageHelper
creates an ImageHelper with default values
miscellaneous/PdfPrinting/src/main/java/lib/ImageHelper.java:52
MethodImageHelper
creates an ImageHelper with default values
miscellaneous/BarcodeGen/src/main/java/lib/ImageHelper.java:52
MethodImageHelper
creates an ImageHelper with default values
miscellaneous/sliceimage/src/main/java/lib/ImageHelper.java:49
MethodImageHelper
creates an ImageHelper with default values
miscellaneous/CoffeeBitmap/src/main/java/lib/ImageHelper.java:52
MethodImageHelper
creates an ImageHelper with default values
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/ImageHelper.java:46
MethodOutputStream
()
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:288
MethodPrint
(Context context)
miscellaneous/AndroidImage/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/androidimage/Print.java:24
MethodPrint
(Context context)
miscellaneous/pdfprintingandroid/app/src/main/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/Print.java:26
MethodSerialStatus
Instantiate this class and init the "getting status" on separate thread. It will work until you turn off your printer / disconnect or call the finish
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:141
MethodSerialStatusTMT20
Instantiate this class and init the "getting status" on separate thread. It will work until you turn off your printer / disconnect or call the finish
miscellaneous/SerialStatus/src/main/java/SerialStatusTMT20.java:44
MethodSerialStream
create one instance based on port descriptor @param portDescriptor object corresponding to the user-specified port descriptor On Windows machines, th
miscellaneous/SerialStream/src/main/java/lib/SerialStream.java:58
MethodStatus
(int key, String value)
miscellaneous/SerialStatus/src/main/java/lib/SerialStatus.java:58
MethodStatus
(int key, String value)
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:60
MethodUsb4JavaStream
(short vendorId, short productId, byte interfaceNumber, byte endpointAddress)
miscellaneous/Usb4JavaStream/src/main/java/lib/Usb4JavaStream.java:40
MethodUsbStatus
Instantiate this class and init the "getting status" on separate thread. It will work until you turn off your printer / disconnect or call the finish
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:151
MethodUsbStatusTMT20
(short vendorId, short productId, byte interfaceNumber, byte endpointAddressOut, byte endpointAddressIn)
miscellaneous/UsbStatus/src/main/java/UsbStatusTMT20.java:35
MethodUsbStream
()
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:384
MethodactionPerformed
(ActionEvent actionEvent)
miscellaneous/SerialStatus/src/main/java/Principal.java:99
MethodactionPerformed
(ActionEvent actionEvent)
miscellaneous/UsbStatus/src/main/java/Principal.java:79
Methodaddition_isCorrect
()
miscellaneous/AndroidImage/app/src/test/java/com/github/anastaciocintra/escposcoffeesamples/androidimage/ExampleUnitTest.java:13
Methodaddition_isCorrect
()
miscellaneous/pdfprintingandroid/app/src/test/java/com/github/anastaciocintra/escposcoffeesamples/pdfprintingandroid/ExampleUnitTest.java:13
MethoddataEventOccurred
(UsbPipeDataEvent event)
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:228
MethoderrorEventOccurred
(UsbPipeErrorEvent usbPipeErrorEvent)
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:223
MethodforceClaim
(UsbInterface usbInterface)
miscellaneous/Usb4JavaStream/src/main/java/lib/Usb4JavaStream.java:64
MethodforceClaim
(UsbInterface usbInterface)
miscellaneous/UsbStatus/src/main/java/lib/UsbStatus.java:175
next →1–100 of 162, ranked by callers