D F M N Q T W 

D

DEFAULT_CONFIG - Static variable in class net.glxn.qrgen.javase.QRCode
 

F

file() - Method in class net.glxn.qrgen.javase.QRCode
 
file(String) - Method in class net.glxn.qrgen.javase.QRCode
 
from(String) - Static method in class net.glxn.qrgen.javase.QRCode
Create a QR code from the given text.
from(Schema) - Static method in class net.glxn.qrgen.javase.QRCode
Creates a a QR Code from the given Schema.

M

matrixToImageConfig - Variable in class net.glxn.qrgen.javase.QRCode
 

N

net.glxn.qrgen.javase - package net.glxn.qrgen.javase
 

Q

QRCode - Class in net.glxn.qrgen.javase
 
QRCode(String) - Constructor for class net.glxn.qrgen.javase.QRCode
 

T

text - Variable in class net.glxn.qrgen.javase.QRCode
 
to(ImageType) - Method in class net.glxn.qrgen.javase.QRCode
Overrides the imageType from its default ImageType.PNG

W

withCharset(String) - Method in class net.glxn.qrgen.javase.QRCode
Overrides the default charset by supplying a EncodeHintType.CHARACTER_SET hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withColor(int, int) - Method in class net.glxn.qrgen.javase.QRCode
 
withErrorCorrection(ErrorCorrectionLevel) - Method in class net.glxn.qrgen.javase.QRCode
Overrides the default error correction by supplying a EncodeHintType.ERROR_CORRECTION hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withHint(EncodeHintType, Object) - Method in class net.glxn.qrgen.javase.QRCode
Sets hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withSize(int, int) - Method in class net.glxn.qrgen.javase.QRCode
Overrides the size of the qr from its default 125x125
writeToStream(OutputStream) - Method in class net.glxn.qrgen.javase.QRCode
 
D F M N Q T W 

Copyright © 2018. All rights reserved.