public final class QrCodeKit extends Object
| Constructor and Description |
|---|
QrCodeKit() |
| Modifier and Type | Method and Description |
|---|---|
static void |
render(String content,
Integer width,
Integer height,
OutputStream stream) |
static void |
render120x120(String content,
OutputStream stream) |
static void |
render140x140(String content,
OutputStream stream) |
public static void render(String content, Integer width, Integer height, OutputStream stream)
public static void render120x120(String content, OutputStream stream)
public static void render140x140(String content, OutputStream stream)
Copyright © 2020. All rights reserved.