Uses of Class
net.codecrete.qrbill.generator.Bill
Packages that use Bill
-
Uses of Bill in net.codecrete.qrbill.generator
Methods in net.codecrete.qrbill.generator that return BillModifier and TypeMethodDescriptionstatic BillDecodes the specified text and returns the bill data.static BillQRBill.decodeQrCodeText(String text) Decodes the text embedded in the QR code and fills it into aBilldata structure.ValidationResult.getCleanedBill()Gets the cleaned bill dataMethods in net.codecrete.qrbill.generator with parameters of type BillModifier and TypeMethodDescriptionstatic StringGets the text embedded in the QR code (according to the data structure defined by SIX)static voidDraws the QR bill (payment part and receipt) or QR code for the specified bill data onto the specified canvas.static StringQRBill.encodeQrCodeText(Bill bill) Encodes the text embedded in the QR code from the specified bill data.static byte[]Generates a QR bill (payment part and receipt) or QR code as an SVG image or PDF document.voidValidationResult.setCleanedBill(Bill cleanedBill) Sets the cleaned bill datastatic ValidationResultValidates and cleans the bill data.Constructors in net.codecrete.qrbill.generator with parameters of type BillModifierConstructorDescriptionBillTextFormatter(Bill bill) Creates a new instance for the specified bill.BillTextFormatter(Bill bill, boolean isValidated) Creates a new instance for the given bill.