net.codecrete.qrbill.generator.GraphicsFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qrbill-generator Show documentation
Show all versions of qrbill-generator Show documentation
Java library for generating Swiss QR bills
//
// Swiss QR Bill Generator
// Copyright (c) 2017 Manuel Bleichenbacher
// Licensed under MIT License
// https://opensource.org/licenses/MIT
//
package net.codecrete.qrbill.generator;
/**
* Graphics format of generated QR bill.
*/
public enum GraphicsFormat {
/**
* PDF
*/
PDF,
/**
* SVG
*/
SVG,
/**
* PNG
*/
PNG
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy