A C F G H I N Q S T V W 

A

AbstractQRCode - Class in net.glxn.qrgen.core
QRCode generator.
AbstractQRCode() - Constructor for class net.glxn.qrgen.core.AbstractQRCode
 

C

createMatrix(String) - Method in class net.glxn.qrgen.core.AbstractQRCode
 
createTempFile() - Method in class net.glxn.qrgen.core.AbstractQRCode
 
createTempFile(String) - Method in class net.glxn.qrgen.core.AbstractQRCode
 

F

file() - Method in class net.glxn.qrgen.core.AbstractQRCode
returns a File representation of the QR code.
file(String) - Method in class net.glxn.qrgen.core.AbstractQRCode
returns a File representation of the QR code.

G

getQrWriter() - Method in class net.glxn.qrgen.core.AbstractQRCode
 

H

height - Variable in class net.glxn.qrgen.core.AbstractQRCode
 
hints - Variable in class net.glxn.qrgen.core.AbstractQRCode
 

I

imageType - Variable in class net.glxn.qrgen.core.AbstractQRCode
 
ImageType - Enum in net.glxn.qrgen.core.image
 

N

net.glxn.qrgen.core - package net.glxn.qrgen.core
 
net.glxn.qrgen.core.exception - package net.glxn.qrgen.core.exception
 
net.glxn.qrgen.core.image - package net.glxn.qrgen.core.image
 
net.glxn.qrgen.core.vcard - package net.glxn.qrgen.core.vcard
 

Q

QRGenerationException - Exception in net.glxn.qrgen.core.exception
 
QRGenerationException(String, Throwable) - Constructor for exception net.glxn.qrgen.core.exception.QRGenerationException
 
qrWriter - Variable in class net.glxn.qrgen.core.AbstractQRCode
 

S

setAddress(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
setCompany(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
setEmail(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
setName(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
setPhoneNumber(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
setQrWriter(Writer) - Method in class net.glxn.qrgen.core.AbstractQRCode
 
setTitle(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
setWebsite(String) - Method in class net.glxn.qrgen.core.vcard.VCard
 
stream() - Method in class net.glxn.qrgen.core.AbstractQRCode
returns a ByteArrayOutputStream representation of the QR code

T

to(ImageType) - Method in class net.glxn.qrgen.core.AbstractQRCode
Overrides the imageType from its default ImageType.PNG
toString() - Method in class net.glxn.qrgen.core.vcard.VCard
Returns the textual representation of this vcard of the form

BEGIN:VCARD N:John Doe ORG:Company TITLE:Title TEL:1234 URL:www.example.org EMAIL:john.doe@example.org ADR:Street END:VCARD

V

valueOf(String) - Static method in enum net.glxn.qrgen.core.image.ImageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.glxn.qrgen.core.image.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
VCard - Class in net.glxn.qrgen.core.vcard
A simple wrapper for vCard data to use with ZXing QR Code generator.
VCard() - Constructor for class net.glxn.qrgen.core.vcard.VCard
 
VCard(String) - Constructor for class net.glxn.qrgen.core.vcard.VCard
 

W

width - Variable in class net.glxn.qrgen.core.AbstractQRCode
 
withCharset(String) - Method in class net.glxn.qrgen.core.AbstractQRCode
Overrides the default charset by supplying a EncodeHintType.CHARACTER_SET hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withErrorCorrection(ErrorCorrectionLevel) - Method in class net.glxn.qrgen.core.AbstractQRCode
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.core.AbstractQRCode
Sets hint to QRCodeWriter.encode(java.lang.String, com.google.zxing.BarcodeFormat, int, int)
withSize(int, int) - Method in class net.glxn.qrgen.core.AbstractQRCode
Overrides the size of the qr from its default 125x125
writeTo(OutputStream) - Method in class net.glxn.qrgen.core.AbstractQRCode
writes a representation of the QR code to the supplied OutputStream
writeToStream(OutputStream) - Method in class net.glxn.qrgen.core.AbstractQRCode
 
A C F G H I N Q S T V W 

Copyright © 2014. All Rights Reserved.