- generate(Bill, QRBill.BillFormat, QRBill.GraphicsFormat) - Static method in class net.codecrete.qrbill.generator.QRBill
-
- generateQrCodeText(Bill) - Static method in class net.codecrete.qrbill.generator.QRBill
-
- getAccount() - Method in class net.codecrete.qrbill.generator.Bill
-
- getAdditionalInfo() - Method in class net.codecrete.qrbill.generator.Bill
-
- getAmount() - Method in class net.codecrete.qrbill.generator.Bill
-
- getAscender(int) - Static method in class net.codecrete.qrbill.generator.FontMetrics
-
Distance between baseline and top of highest letter.
- getBit(int) - Method in class net.codecrete.io.nayuki.qrcodegen.BitBuffer
-
Returns the bit at the specified index, yielding 0 or 1.
- getBits() - Method in class net.codecrete.io.nayuki.qrcodegen.QrSegment
-
Returns the data bits of this segment.
- getBytes() - Method in class net.codecrete.io.nayuki.qrcodegen.BitBuffer
-
Packs this buffer's bits into bytes in big endian,
padding with '0' bit values, and returns the new array.
- getCountryCode() - Method in class net.codecrete.qrbill.generator.Address
-
- getCreditor() - Method in class net.codecrete.qrbill.generator.Bill
-
- getCurrency() - Method in class net.codecrete.qrbill.generator.Bill
-
- getDebtor() - Method in class net.codecrete.qrbill.generator.Bill
-
- getDescender(int) - Static method in class net.codecrete.qrbill.generator.FontMetrics
-
Distance between baseline and bottom of letter extending the farest below the baseline.
- getDueDate() - Method in class net.codecrete.qrbill.generator.Bill
-
- getField() - Method in class net.codecrete.qrbill.generator.ValidationMessage
-
- getFinalCreditor() - Method in class net.codecrete.qrbill.generator.Bill
-
- getHouseNo() - Method in class net.codecrete.qrbill.generator.Address
-
- getLanguage() - Method in class net.codecrete.qrbill.generator.Bill
-
- getLeading(int) - Static method in class net.codecrete.qrbill.generator.FontMetrics
-
Extra space between descender of text line and ascender of next line.
- getLineHeight(int) - Static method in class net.codecrete.qrbill.generator.FontMetrics
-
Distance between the baselines of the consecutive text lines.
- getMessageKey() - Method in class net.codecrete.qrbill.generator.ValidationMessage
-
- getMessageParameters() - Method in class net.codecrete.qrbill.generator.ValidationMessage
-
- getModule(int, int) - Method in class net.codecrete.io.nayuki.qrcodegen.QrCode
-
Returns the color of the module (pixel) at the specified coordinates, which is either
false for white or true for black.
- getName() - Method in class net.codecrete.qrbill.generator.Address
-
- getPostalCode() - Method in class net.codecrete.qrbill.generator.Address
-
- getReferenceNo() - Method in class net.codecrete.qrbill.generator.Bill
-
- getResult() - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
-
Returns the generated graphics as a byte array
- getResult() - Method in class net.codecrete.qrbill.generator.PDFGenerator
-
- getResult() - Method in class net.codecrete.qrbill.generator.SVGGenerator
-
- getStreet() - Method in class net.codecrete.qrbill.generator.Address
-
- getText(String, Bill.Language) - Static method in class net.codecrete.qrbill.generator.MultilingualText
-
- getText() - Method in class net.codecrete.qrbill.generator.QRCode
-
Gets the text embedded in the QR code (according to the data structure defined by SIX)
- getTown() - Method in class net.codecrete.qrbill.generator.Address
-
- getType() - Method in class net.codecrete.qrbill.generator.ValidationMessage
-
- getValidationMessages() - Method in class net.codecrete.qrbill.generator.ValidationResult
-
- getValidationResult() - Method in exception net.codecrete.qrbill.generator.QRBillValidationError
-
- getVersion() - Method in class net.codecrete.qrbill.generator.Bill
-
- GraphicsGenerator - Interface in net.codecrete.qrbill.generator
-
Common interface implemented by graphics generators
- validate(Bill) - Static method in class net.codecrete.qrbill.generator.QRBill
-
- validate() - Method in class net.codecrete.qrbill.generator.Validator
-
- ValidationMessage - Class in net.codecrete.qrbill.generator
-
- ValidationMessage() - Constructor for class net.codecrete.qrbill.generator.ValidationMessage
-
- ValidationMessage(ValidationMessage.Type, String, String) - Constructor for class net.codecrete.qrbill.generator.ValidationMessage
-
- ValidationMessage(ValidationMessage.Type, String, String, String[]) - Constructor for class net.codecrete.qrbill.generator.ValidationMessage
-
- ValidationMessage.Type - Enum in net.codecrete.qrbill.generator
-
- ValidationResult - Class in net.codecrete.qrbill.generator
-
Container for validation results
- ValidationResult() - Constructor for class net.codecrete.qrbill.generator.ValidationResult
-
- Validator - Class in net.codecrete.qrbill.generator
-
Validates and cleans QR bill data.
- Validator(Bill, ValidationResult) - Constructor for class net.codecrete.qrbill.generator.Validator
-
- valueOf(String) - Static method in enum net.codecrete.io.nayuki.qrcodegen.QrCode.Ecc
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.codecrete.io.nayuki.qrcodegen.QrSegment.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.codecrete.qrbill.generator.Bill.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.codecrete.qrbill.generator.Bill.Version
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.codecrete.qrbill.generator.QRBill.BillFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.codecrete.qrbill.generator.QRBill.GraphicsFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.codecrete.qrbill.generator.ValidationMessage.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.codecrete.io.nayuki.qrcodegen.QrCode.Ecc
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.codecrete.io.nayuki.qrcodegen.QrSegment.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.codecrete.qrbill.generator.Bill.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.codecrete.qrbill.generator.Bill.Version
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.codecrete.qrbill.generator.QRBill.BillFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.codecrete.qrbill.generator.QRBill.GraphicsFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.codecrete.qrbill.generator.ValidationMessage.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class net.codecrete.io.nayuki.qrcodegen.QrCode
-
This QR Code symbol's version number, which is always between 1 and 40 (inclusive).