All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.codecrete.qrbill.generator.GraphicsFormat Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
//
// 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