public class QrCodeFactory extends Object
| 构造器和说明 |
|---|
QrCodeFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static File |
drawImageFile(File imageFile,
String format,
String content,
Integer width,
Integer height,
BufferedImage logo) |
static ImageOutputStream |
drawImageStream(ImageOutputStream imageStream,
String format,
String content,
int width,
int height,
BufferedImage logo) |
static OutputStream |
drawImageStream(OutputStream imageStream,
String format,
String content,
int width,
int height,
BufferedImage logo) |
public static File drawImageFile(File imageFile, String format, String content, Integer width, Integer height, BufferedImage logo) throws MsToolsException
MsToolsExceptionpublic static ImageOutputStream drawImageStream(ImageOutputStream imageStream, String format, String content, int width, int height, BufferedImage logo) throws MsToolsException
MsToolsExceptionpublic static OutputStream drawImageStream(OutputStream imageStream, String format, String content, int width, int height, BufferedImage logo) throws MsToolsException
MsToolsExceptionCopyright © 2024. All rights reserved.