Skip navigation links
A B C D E F G H I K L M N P Q S T V 

A

addMessage(ValidationMessage.Type, String, String) - Method in class net.codecrete.qrbill.generator.ValidationResult
 
addMessage(ValidationMessage.Type, String, String, String[]) - Method in class net.codecrete.qrbill.generator.ValidationResult
 
addRectangle(double, double, double, double) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Adds a rectangle to the path
addRectangle(double, double, double, double) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
addRectangle(double, double, double, double) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
Address - Class in net.codecrete.qrbill.generator
 
Address() - Constructor for class net.codecrete.qrbill.generator.Address
 
ALPHANUMERIC_REGEX - Static variable in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Can test whether a string is encodable in alphanumeric mode (such as by using QrSegment.makeAlphanumeric(String)).
appendBits(int, int) - Method in class net.codecrete.io.nayuki.qrcodegen.BitBuffer
Appends the specified number of low bits of the specified value to this sequence.
appendData(QrSegment) - Method in class net.codecrete.io.nayuki.qrcodegen.BitBuffer
Appends the bit data of the specified segment to this bit buffer.

B

Bill - Class in net.codecrete.qrbill.generator
 
Bill() - Constructor for class net.codecrete.qrbill.generator.Bill
 
Bill.Language - Enum in net.codecrete.qrbill.generator
 
Bill.Version - Enum in net.codecrete.qrbill.generator
 
BitBuffer - Class in net.codecrete.io.nayuki.qrcodegen
An appendable sequence of bits (0's and 1's).
BitBuffer() - Constructor for class net.codecrete.io.nayuki.qrcodegen.BitBuffer
Constructs an empty bit buffer (length 0).
bitLength() - Method in class net.codecrete.io.nayuki.qrcodegen.BitBuffer
Returns the length of this sequence, which is a non-negative value.

C

clone() - Method in class net.codecrete.io.nayuki.qrcodegen.BitBuffer
Returns a copy of this bit buffer object.
close() - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
close() - Method in class net.codecrete.qrbill.generator.SVGGenerator
 

D

decodeQrCodeText(String) - Static method in class net.codecrete.qrbill.generator.QRBill
 
decodeQRCodeText(String) - Static method in class net.codecrete.qrbill.generator.QRCode
Decodes the specified text and returns the bill data.

E

encodeBinary(byte[], QrCode.Ecc) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrCode
Returns a QR Code symbol representing the specified binary data string at the specified error correction level.
encodeSegments(List<QrSegment>, QrCode.Ecc) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrCode
Returns a QR Code symbol representing the specified data segments at the specified error correction level or higher.
encodeSegments(List<QrSegment>, QrCode.Ecc, int, int, int, boolean) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrCode
Returns a QR Code symbol representing the specified data segments with the specified encoding parameters.
encodeText(String, QrCode.Ecc) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrCode
Returns a QR Code symbol representing the specified Unicode text string at the specified error correction level.
equals(Object) - Method in class net.codecrete.qrbill.generator.Address
 
equals(Object) - Method in class net.codecrete.qrbill.generator.Bill
 
errorCorrectionLevel - Variable in class net.codecrete.io.nayuki.qrcodegen.QrCode
The error correction level used in this QR Code symbol.

F

FIELD_ACCOUNT - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_ADDITIONAL_INFO - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_AMOUNT - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CODING_TYPE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CREDITOR_COUNTRY_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CREDITOR_HOUSE_NO - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CREDITOR_NAME - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CREDITOR_POSTAL_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CREDITOR_STREET - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CREDITOR_TOWN - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_CURRENCY - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DEBTOR_COUNTRY_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DEBTOR_HOUSE_NO - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DEBTOR_NAME - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DEBTOR_POSTAL_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DEBTOR_STREET - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DEBTOR_TOWN - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_DUE_DATE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_FINAL_CREDITOR_COUNTRY_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_FINAL_CREDITOR_HOUSE_NO - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_FINAL_CREDITOR_NAME - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_FINAL_CREDITOR_POSTAL_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_FINAL_CREDITOR_STREET - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_FINAL_CREDITOR_TOWN - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_LANGUAGE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_QR_TYPE - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_REFERENCE_NO - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELD_VERSION - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELDROOT_CREDITOR - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELDROOT_DEBTOR - Static variable in class net.codecrete.qrbill.generator.Bill
 
FIELDROOT_FINAL_CREDITOR - Static variable in class net.codecrete.qrbill.generator.Bill
 
fillPath(int) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Fills the current path and ends it
fillPath(int) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
fillPath(int) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
FontMetrics - Class in net.codecrete.qrbill.generator
Simple font metrics class to be independent of graphics subsystems and installed fonts.
FontMetrics() - Constructor for class net.codecrete.qrbill.generator.FontMetrics
 

G

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

H

hasErrors() - Method in class net.codecrete.qrbill.generator.ValidationResult
 
hashCode() - Method in class net.codecrete.qrbill.generator.Address
 
hashCode() - Method in class net.codecrete.qrbill.generator.Bill
 
hasMessages() - Method in class net.codecrete.qrbill.generator.ValidationResult
 
hasWarnings() - Method in class net.codecrete.qrbill.generator.ValidationResult
 

I

isEncodableAsKanji(String) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegmentAdvanced
Tests whether the specified text string can be encoded as a segment in kanji mode.
isValid() - Method in class net.codecrete.qrbill.generator.ValidationResult
 

K

KEY_ACCOUNT - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_ADDITIONAL_INFORMATION - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_AMOUNT - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_CREDIT_TRANSFER - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_CREDITOR - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_CURRENCY - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_DEBTOR - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_DUE_DATE - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_FINAL_CREDITOR - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_QR_BILL_PAYMENT_PART - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_REFERENCE_NUMBER - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 
KEY_SUPPORTS - Static variable in class net.codecrete.qrbill.generator.MultilingualText
 

L

lineTo(double, double) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Adds a line segment to the open path from the previous point to the speicifed position.
lineTo(double, double) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
lineTo(double, double) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 

M

makeAlphanumeric(String) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Returns a segment representing the specified text string encoded in alphanumeric mode.
makeBytes(byte[]) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Returns a segment representing the specified binary data encoded in byte mode.
makeEci(int) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Returns a segment representing an Extended Channel Interpretation (ECI) designator with the specified assignment value.
makeKanjiSegment(String) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegmentAdvanced
Returns a segment representing the specified string encoded in kanji mode.
makeNumeric(String) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Returns a segment representing the specified string of decimal digits encoded in numeric mode.
makeSegments(String) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Returns a new mutable list of zero or more segments to represent the specified Unicode text string.
makeSegmentsOptimally(String, QrCode.Ecc, int, int) - Static method in class net.codecrete.io.nayuki.qrcodegen.QrSegmentAdvanced
Returns a new mutable list of zero or more segments to represent the specified Unicode text string.
mask - Variable in class net.codecrete.io.nayuki.qrcodegen.QrCode
The mask pattern used in this QR Code symbol, in the range 0 to 7 (i.e. unsigned 3-bit integer).
MAX_VERSION - Static variable in class net.codecrete.io.nayuki.qrcodegen.QrCode
 
MIN_VERSION - Static variable in class net.codecrete.io.nayuki.qrcodegen.QrCode
 
mode - Variable in class net.codecrete.io.nayuki.qrcodegen.QrSegment
The mode indicator for this segment.
moveTo(double, double) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Moves the current point of the open path to the specified position.
moveTo(double, double) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
moveTo(double, double) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
MultilingualText - Class in net.codecrete.qrbill.generator
 
MultilingualText() - Constructor for class net.codecrete.qrbill.generator.MultilingualText
 

N

net.codecrete.io.nayuki.qrcodegen - package net.codecrete.io.nayuki.qrcodegen
 
net.codecrete.qrbill.generator - package net.codecrete.qrbill.generator
 
numChars - Variable in class net.codecrete.io.nayuki.qrcodegen.QrSegment
The length of this segment's unencoded data, measured in characters.
NUMERIC_REGEX - Static variable in class net.codecrete.io.nayuki.qrcodegen.QrSegment
Can test whether a string is encodable in numeric mode (such as by using QrSegment.makeNumeric(String)).

P

PDFGenerator - Class in net.codecrete.qrbill.generator
 
PDFGenerator(double, double) - Constructor for class net.codecrete.qrbill.generator.PDFGenerator
 
putMultilineText(String, double, double, double, int) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Adds several lines of text to the graphics.
putMultilineText(String, double, double, double, int) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
putMultilineText(String, double, double, double, int) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
putText(String, double, double, int, boolean) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Adds text to the graphics.
putText(String, double, double, int, boolean) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
putText(String, double, double, int, boolean) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
putTextLines(String[], double, double, int) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Adds several lines of text to the graphics.
putTextLines(String[], double, double, int) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
putTextLines(String[], double, double, int) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 

Q

QRBill - Class in net.codecrete.qrbill.generator
 
QRBill() - Constructor for class net.codecrete.qrbill.generator.QRBill
 
QRBill.BillFormat - Enum in net.codecrete.qrbill.generator
 
QRBill.GraphicsFormat - Enum in net.codecrete.qrbill.generator
 
QRBillValidationError - Exception in net.codecrete.qrbill.generator
 
QRBillValidationError(ValidationResult) - Constructor for exception net.codecrete.qrbill.generator.QRBillValidationError
 
QrCode - Class in net.codecrete.io.nayuki.qrcodegen
Represents an immutable square grid of black and white cells for a QR Code symbol, and provides static functions to create a QR Code from user-supplied textual or binary data.
QrCode(int, QrCode.Ecc, byte[], int) - Constructor for class net.codecrete.io.nayuki.qrcodegen.QrCode
Creates a new QR Code symbol with the specified version number, error correction level, binary data array, and mask number.
QRCode - Class in net.codecrete.qrbill.generator
Generates the QR code for the Swiss QR bill.
QRCode(Bill) - Constructor for class net.codecrete.qrbill.generator.QRCode
Creates an instance of the QR code for the specified bill data.
QrCode.Ecc - Enum in net.codecrete.io.nayuki.qrcodegen
Represents the error correction level used in a QR Code symbol.
QrSegment - Class in net.codecrete.io.nayuki.qrcodegen
Represents a character string to be encoded in a QR Code symbol.
QrSegment(QrSegment.Mode, int, BitBuffer) - Constructor for class net.codecrete.io.nayuki.qrcodegen.QrSegment
Creates a new QR Code data segment with the specified parameters and data.
QrSegment.Mode - Enum in net.codecrete.io.nayuki.qrcodegen
The mode field of a segment.
QrSegmentAdvanced - Class in net.codecrete.io.nayuki.qrcodegen
 
QrSegmentAdvanced() - Constructor for class net.codecrete.io.nayuki.qrcodegen.QrSegmentAdvanced
 

S

setAccount(String) - Method in class net.codecrete.qrbill.generator.Bill
 
setAdditionalInfo(String) - Method in class net.codecrete.qrbill.generator.Bill
 
setAmount(Double) - Method in class net.codecrete.qrbill.generator.Bill
 
setCountryCode(String) - Method in class net.codecrete.qrbill.generator.Address
 
setCreditor(Address) - Method in class net.codecrete.qrbill.generator.Bill
 
setCurrency(String) - Method in class net.codecrete.qrbill.generator.Bill
 
setDebtor(Address) - Method in class net.codecrete.qrbill.generator.Bill
 
setDueDate(LocalDate) - Method in class net.codecrete.qrbill.generator.Bill
 
setField(String) - Method in class net.codecrete.qrbill.generator.ValidationMessage
 
setFinalCreditor(Address) - Method in class net.codecrete.qrbill.generator.Bill
 
setHouseNo(String) - Method in class net.codecrete.qrbill.generator.Address
 
setLanguage(Bill.Language) - Method in class net.codecrete.qrbill.generator.Bill
 
setMessageKey(String) - Method in class net.codecrete.qrbill.generator.ValidationMessage
 
setMessageParameters(String[]) - Method in class net.codecrete.qrbill.generator.ValidationMessage
 
setName(String) - Method in class net.codecrete.qrbill.generator.Address
 
setPostalCode(String) - Method in class net.codecrete.qrbill.generator.Address
 
setReferenceNo(String) - Method in class net.codecrete.qrbill.generator.Bill
 
setStreet(String) - Method in class net.codecrete.qrbill.generator.Address
 
setTown(String) - Method in class net.codecrete.qrbill.generator.Address
 
setTransformation(double, double, double) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Sets a translation and a scale factor for the subsequent operations
setTransformation(double, double, double) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
setTransformation(double, double, double) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
setType(ValidationMessage.Type) - Method in class net.codecrete.qrbill.generator.ValidationMessage
 
setVersion(Bill.Version) - Method in class net.codecrete.qrbill.generator.Bill
 
size - Variable in class net.codecrete.io.nayuki.qrcodegen.QrCode
The width and height of this QR Code symbol, measured in modules.
splitLines(String, double, int) - Static method in class net.codecrete.qrbill.generator.FontMetrics
Splits the text into lines.
startPath() - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Starts a path that can be filled or stroked
startPath() - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
startPath() - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
strokePath(double, int) - Method in interface net.codecrete.qrbill.generator.GraphicsGenerator
Strokes the current path and ends it
strokePath(double, int) - Method in class net.codecrete.qrbill.generator.PDFGenerator
 
strokePath(double, int) - Method in class net.codecrete.qrbill.generator.SVGGenerator
 
SUBFIELD_COUNTRY_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
SUBFIELD_HOUSE_NO - Static variable in class net.codecrete.qrbill.generator.Bill
 
SUBFIELD_NAME - Static variable in class net.codecrete.qrbill.generator.Bill
 
SUBFIELD_POSTAL_CODE - Static variable in class net.codecrete.qrbill.generator.Bill
 
SUBFIELD_STREET - Static variable in class net.codecrete.qrbill.generator.Bill
 
SUBFIELD_TOWN - Static variable in class net.codecrete.qrbill.generator.Bill
 
SVGGenerator - Class in net.codecrete.qrbill.generator
 
SVGGenerator(double, double) - Constructor for class net.codecrete.qrbill.generator.SVGGenerator
 

T

toImage(int, int) - Method in class net.codecrete.io.nayuki.qrcodegen.QrCode
Returns a new image object representing this QR Code, with the specified module scale and number of border modules.
toSvgString(int) - Method in class net.codecrete.io.nayuki.qrcodegen.QrCode
Based on the specified number of border modules to add as padding, this returns a string whose contents represents an SVG XML file that depicts this QR Code symbol.

V

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).
A B C D E F G H I K L M N P Q S T V 
Skip navigation links