Package server.restful.common
Klasse QrCode
java.lang.Object
server.restful.common.QrCode
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic BufferedImagecreateBarCodeImage(String data, String charset, int width, int height) private static int[]toARGB(com.google.zxing.common.BitMatrix matrix)
-
Felddetails
-
BLACK
private static final int BLACK- Siehe auch:
-
WHITE
private static final int WHITE- Siehe auch:
-
-
Konstruktordetails
-
QrCode
public QrCode()
-
-
Methodendetails
-
createBarCodeImage
public static BufferedImage createBarCodeImage(String data, String charset, int width, int height) throws com.google.zxing.WriterException - Löst aus:
com.google.zxing.WriterException
-
toARGB
private static int[] toARGB(com.google.zxing.common.BitMatrix matrix)
-