| Package | Description |
|---|---|
| ch.codeblock.qrinvoice | |
| ch.codeblock.qrinvoice.paymentpart | |
| ch.codeblock.qrinvoice.qrcode |
| Modifier and Type | Method and Description |
|---|---|
static OutputFormat |
OutputFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputFormat[] |
OutputFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QrInvoicePaymentPartCreator |
QrInvoicePaymentPartCreator.outputFormat(OutputFormat outputFormat) |
QrInvoiceCodeCreator |
QrInvoiceCodeCreator.outputFormat(OutputFormat outputFormat) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PaymentPartWriter.write(PageSize pageSize,
OutputFormat outputFormat,
Locale locale,
QrInvoice qrInvoice) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SwissQrCodeWriter.write(OutputFormat outputFormat,
String qrCodeString,
int desiredQrCodeSize) |
Copyright © 2017 Codeblock GmbH. All rights reserved.