public interface Code2DService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
decodeQrCode(java.awt.image.BufferedImage content)
Decode qr code.
|
java.awt.image.BufferedImage |
encodeDatamatrixCode(java.lang.String content,
int width,
int height)
Encode a datamatrix barcode.
|
java.awt.image.BufferedImage |
encodeQrCode(java.lang.String content,
int width,
int height)
Encode qr code.
|
java.awt.image.BufferedImage |
resize(java.awt.image.BufferedImage content,
int newsize)
Resize.
|
java.awt.image.BufferedImage |
resize(java.awt.image.BufferedImage content,
int width,
int height)
Resize.
|
java.awt.image.BufferedImage encodeQrCode(java.lang.String content,
int width,
int height)
throws EncodeBarcodeException
content - the contentwidth - the widthheight - the heightEncodeBarcodeExceptionjava.lang.String decodeQrCode(java.awt.image.BufferedImage content)
throws DecodeBarcodeException
content - the contentDecodeBarcodeExceptionjava.awt.image.BufferedImage encodeDatamatrixCode(java.lang.String content,
int width,
int height)
throws EncodeBarcodeException
content - the content to encodeheight - the height in pixelswidth - the width in pixelsEncodeBarcodeExceptionjava.awt.image.BufferedImage resize(java.awt.image.BufferedImage content,
int width,
int height)
content - the contentwidth - the widthheight - the heightjava.awt.image.BufferedImage resize(java.awt.image.BufferedImage content,
int newsize)
content - the contentnewsize - the newsizeCopyright © 2018 SAP SE. All Rights Reserved.