public interface Code2DService
| Modifier and Type | Method and Description |
|---|---|
String |
decodeQrCode(BufferedImage content)
Decode qr code.
|
BufferedImage |
encodeDatamatrixCode(String content,
int width,
int height)
Encode a datamatrix barcode.
|
BufferedImage |
encodeQrCode(String content,
int width,
int height)
Encode qr code.
|
BufferedImage |
resize(BufferedImage content,
int newsize)
Resize.
|
BufferedImage |
resize(BufferedImage content,
int width,
int height)
Resize.
|
BufferedImage encodeQrCode(String content, int width, int height) throws EncodeBarcodeException
content - the contentwidth - the widthheight - the heightEncodeBarcodeExceptionString decodeQrCode(BufferedImage content) throws DecodeBarcodeException
content - the contentDecodeBarcodeExceptionBufferedImage encodeDatamatrixCode(String content, int width, int height) throws EncodeBarcodeException
content - the content to encodeheight - the height in pixelswidth - the width in pixelsEncodeBarcodeExceptionBufferedImage resize(BufferedImage content, int width, int height)
content - the contentwidth - the widthheight - the heightBufferedImage resize(BufferedImage content, int newsize)
content - the contentnewsize - the newsizeCopyright © 2017 SAP SE. All Rights Reserved.